问题
There are two ways to export Application Package in Eclipse using Android Tools -
- Export Unsigned Application Package
- Export Signed Application Package
回答1:
Steps of generating an APK file using Eclipse -
- Go to File > Export
- From the Export window, go to Android > Export Android Application.
- Click Browse... and select the Android Application project to Export.
- Click Browse and select the debug.keystore. The default location for debug.key store on OSX is "/Users//.android/debug.keystore" and the password is "android". When you're ready to release your app to an application marketplace, you should use an existing keystore or create a new keystore.
- Select the "androiddebugkey" alias and use "android" as the password.
- Select a destination for the APK file and click Finish.
- Now you are ready to upload and distribute the APK.
Source - Test flight
来源:https://stackoverflow.com/questions/23755447/how-to-export-an-apk-file-using-eclipse