A colleague created an Android apk package using PhoneGap build and asked me to test it.
But how do you get this apk file on the emulator?
- Start the Android emulator(through the AVD manager).
- Open a command prompt and navigate to the SDK\platform-tools folder.
- Paste the APK file in the 'platform-tools' folder.
-
Execute the following command.
adb install [apk file name]