I have developed an Android application and had it tested on emulator as well as device. I want to export the .apk file to the client开发者_如何学Go for review. I used the Application manifest file to
I need to find a way to convert jar file to apk开发者_StackOverflow file. I have reached a road block!Is the JAR natively made for Android? If not, you\'ll have to run it in an emulation layer or some
I cant seem to get the soft keys input to work while 开发者_如何学运维the main UI is on a new thread. I want to make it so when they hit the Back soft key it will toast or something.
I need to view who signed the application I have installed onto my device. Is this generally possible to do开发者_C百科 on the device or on PC?(assuming you can obtain access to the raw apk file - whi
I need to sign An开发者_如何学编程droid application (.apk). I have .pfx file. I converted it to .cer file via Internet Explorer and then converted .cer to .keystore using keytool. Then I\'ve tried to
I develop an Android application using Eclipse and the Android emulator. Sometimes I don\'t know if I am running the latest version of my application in the emulator. Is there any way I can check if i
I am trying to add an open source game to my application. I mean, I developed an application. When a user installs my application, there will be button in the app and when开发者_如何学Go user taps the
I\'m working on a platform=app for games and I want the user to be able to c开发者_StackOverflow社区hoose games like some kind of an add on, then it will download some file (a game) which my app knows
We have to port our software to android. One of the main feature of our softwa开发者_StackOverflowre should be that the software can download a new version of itself from the net (our own server) and
I want to know how to implement java code to parse the apk file, get the android application version number and so on, such as after you uploaded android application in Android Market, it will开发者_如