Q: 'Gen' Folder missing. Set build path
A: Set the following
Project > Properties > Java Compiler > JDK Compliance > Compiler compliance level: 1.6
Q: Installation and uninstallation of Android application
A:
1. Start emulator and wait for bootup completion
C:\android-sdk-windows\tools\emulator.exe -avd1.5
2. Install application
C:\android-sdk-windows\tools\adb install F:\Projects\Citibank\CitiE2E_Android\library_export\CitiE2ETest.apk
3. Uninstall application
i) adb shell
ii) ls //Show all package installed.
iii) rm
No comments:
Post a Comment