I am trying to install android application in factory test mode. I make device(beagle board) to enter into factory test mode with corresponding android froyo 开发者_开发知识库build. It is entering fac
I have a custom dialog, which has a label , a text boxand 2 buttons. So i decided to build up a Activity which will look like a dialog, and in then Manifest file, i mentioned the theme as Dialog.
I try to integrate monkey to my APP, while following error always comes: 10-13 09:16:24.682: INFO/System.out(274): :Monkey: seed=0 count=500...
I am create application only for tablets. Now i upload that application on market. My application suppo开发者_如何学JAVArt in Android 2.2 Galaxy Tab 7 and All android 3.0 version Tablets.
I am developing a single application for both tablets and for handsets..My app is currently running fine on handsets(as according to layouts a开发者_StackOverflow社区nd all)..but i have no idea for ho
I want to change android:versionName each time when I releas开发者_Go百科e apk. Are there any eclipse plugin or some other ways that can help it automatically change along with my code\'s compilation
I added som开发者_StackOverflow中文版e NFC permissions to my app and now it no longer enters into debug mode. It just says \"installed on device... done!\"
I 开发者_如何学运维have created DBAdapter but what entry should I make in the android manifest file??
I defined in my Manifest a Broadcast Receiver to control if the internet connection is active or no开发者_JAVA百科t.
I\'m developing an application for Android 2.2. I want to move two packages to an Android library to reuse it. These two packages only contains classes, and the library will only contain classes.