Hello,
I am trying to use Android studio when I got the "Failed to open zip file,Gradle's dependency cache may be corrupt" error. When I click the below text that says "Re-download dependencies" nothing happens. Does anyone know how to fix this? Should I re-download the installer
Related
I installed CM 7.2.0 and I can not install GAPPS. When I start the phone after the flash is a market there. I log in to your account and sync in google. I start trying to market it to download an application I get an error like this: '"Application Name" could not be downloaded due to an error'
I did a wipe and nothing. Maybe I installed unsuccessfully GAPPS?
How do I fix this? Please help.
Instal this http://www.mediafire.com/?dwwxv0k72wf9mkw then add this under last line of build.prop:
ro.kernel.android.checkjni=0
whenever I try to use my keyboard I get an error message saying "Application not licensed. This version of Swype has an invalid license and will operate with limited functionality. Beta users, please run the installer again. All others, contact Swype."
Has anyone else faced this problem? I don't yet have my device re-rooted, and I'm not sure I'll be able to as long as I can't type *anything* because of this license issue.
hi,
can i ask some assistance regarding installing a app. cause i'm having an error stating
"There is a problem parsing the package"
what does this mean? and how to fix it, cause i'm trying to install nba2k13 i wanna try it, tried to use blackmart and other apk that can be downloaded in google. but having same issue everytime i download it.
please help.
That means either:
1) It's using a higher Android SDK API level (a.k.a only for higher Android versions)
OR
2) It's a corrupted download
Sent from my GT-I9070P
I am building a Launcher on Android Studio, however for some reason it won't run. There is no errors with the code, just every time I try to run it, a message appears on my tablet that says "Unfortunately, SimpleLauncher has stoppped."
SimpleLauncher is what I named my project for now.
Do you know why this could be happening? Thank you.
What errors are you getting in the log? And do you have the activity listed in your manifest?
Just because the code doesn't show errors doesn't mean it not erroneous code.
Manifest correct?
Don't you get an Exception/Stacktrace? I almost cannot believe you don't
I previously had a Note 3 (Android 5.0) where I used QQi, an instant-messaging and social-networking application primarily used by Chinese people.
When trying to install from Play Store on the Note 8, I get "Error code -505".
So I tried to download the APK manually and install it, but I'm told "The package conflicts with an existing package by the same name". The package name is "com.tencent.mobileqqi". I can't find any existing package of that name on my device.
I tried a few solutions found online, like restarting then immediately running the installer, or turning the secure start-up on/off. But nothing worked. Has anyone been able to get QQi working on the Note 8? Any general tips for resolving such "package conflicts" errors?
Finally found the problem via ADB (enabled debugging and tried to install the package with "adb install" which gives more clear error messages). Seems QCloud (which was already installed) had registered a permission and QQi was trying to re-register it. So the error message displayed in Package Installer was not very helpful or accurate. Uninstalled QCloud, installed QQi, then re-installed QCloud. This works now