apk
Library based application installs 2 APK files, not one - Why?
I am trying to restructure an existing app so that, except for a few override-able methods in a derived activity, all code will reside in a library. This still doesn\'t work for some reason, but in th[详细]
2023-03-13 03:35 分类:问答Does a Library Project require a package name in its AndroidManifest.xml?
I am having this weird problem where everything seems to work as expected but Eclipse\'s Console keeps issuing a Could not find Library.apk! error.[详细]
2023-03-12 16:35 分类:问答Installing apk Files to device sd-card
When a us开发者_开发百科er installs my application I want to install my apk files to the devices SDCARD.[详细]
2023-03-12 13:11 分类:问答Could not find Library.apk!
I managed to restructure my application pretty nicely so that, except for a few methods in a derived Activity class, everything is in a Library Project.[详细]
2023-03-12 10:44 分类:问答Installing apk file in Honey Comb Emulator in my mac
I was trying to install apk file in y HoneyComb emulator using the adb install myfile.apk But in the terminal i got an error saying that...binary files cannot be installed. I am using Mac (Snow Leopar[详细]
2023-03-12 06:32 分类:问答Same APK for free and paid versions on Android Market?
Is it possible to list in Google\'s Android Market a single APK for both free and paid versions? So far, I only found this tip to create a button in the free version that links to the paid versions,[详细]
2023-03-12 05:05 分类:问答Context load from an APK file in Android
I am building a component-based application for Android. In short, I would like to load an APK file during runtime and execute code from it.[详细]
2023-03-11 22:01 分类:问答Read the package name of an Android APK
I need t开发者_如何学运维o get the package name of an Android APK. I have tried to unzip the APK and read the contents of the AndroidManifest.xml file but it seems that it\'s not a text file.[详细]
2023-03-11 20:24 分类:问答Reverse Engineer Android APK to get code? [duplicate]
This question already has answers here: Closed 10 years ago. 开发者_运维问答 Possible Duplicate: Android: Getting source code from an APK file[详细]
2023-03-11 17:07 分类:问答Content Provider INSTALL_FAILED_CONFLICTING_PROVIDER (installing content provider as a separate apk)
I have two applications which use the same content provider, but I can\'t put the same content provider in both applications- it shows INSTALL_FAILED_CONFLICTING_PROVIDER error. So I have put my conte[详细]
2023-03-11 08:15 分类:问答