apk
Is there a simple way to have external properties for an android APK?
I have an android application that gets invoked through ADB on a desktop machine. I have a properties file on the desktop machine which the android application somehow needs to be aware of, but they n[详细]
2023-03-16 14:36 分类:问答Signing an .apk when updating an application
I have updated an android application and pushed it to the Market. On a nexus one it says that the update failed because of a signature issue. But it worked on other devices (Nexus S for instance).[详细]
2023-03-15 08:55 分类:问答Proguard Android How to tell?
I have the Proguard file in my project but I am not sure if 开发者_StackOverflow社区it is running when I run through the export wizard tool. Is there a way to check if it actually worked?Looking at th[详细]
2023-03-14 21:16 分类:问答Application using LVL installs TWO icons
The dual-icon saga continues... It turns out that while this answer may be true for the debug version (yes, I still manage to display only one icon when installing the APK via Eclipse when debugging),[详细]
2023-03-14 19:48 分类:问答dex2jar jd-gui decompilaton issue
I wanted to see the source code fo开发者_开发知识库r an apk file created which I did by using dex2jar to transform the dex file in to a .class file, and then use a jar decompiler (such as the free jd-[详细]
2023-03-14 12:47 分类:问答how to start an activity in an apk without installation?
I have a demand like this ,i wanna start an activity in an apk files,but i don\'t want to invoke installation.just load the classes and resources in apk directly.[详细]
2023-03-14 12:32 分类:问答run .apk file from emulator in Android
I want to run .apk file from emulator but in the command line I am getting message \"error: de开发者_如何转开发vice not found\" .How can I overcome this . PLease HELP. ThanksI run into the same situat[详细]
2023-03-14 08:54 分类:问答zipalign error : The system cannot find the file specified
I type in: 开发者_StackOverflow中文版C:\\Program Files (x86)\\Android\\android-sdk\\tools>zipalign[-f] [-v][详细]
2023-03-13 20:35 分类:问答Install APK programmatically on android
I\'ve been trying to get an android application to install an APK on the sdcard programmatically but I\'m running into a 开发者_如何学JAVAlittle trouble.[详细]
2023-03-13 17:36 分类:问答Build .APK after editing with dex2jar and jd-gui?
I have used dex2jar with the help of THIS tutorial to extract .class files, a开发者_如何学Gond used jd-gui to view the classes. but I cant edit in jd-gui so, through jd-gui, I \"Saved All Resources\",[详细]
2023-03-13 11:14 分类:问答