Generate a keystore for an Android app in the Export Android Application wizard?

后端 未结 3 1135
误落风尘
误落风尘 2021-01-30 10:31

I\'m trying to export a signed Android application in Eclipse.

I think I\'m going in the right direction:

  • Right click on project > Android Tools
3条回答
  •  独厮守ぢ
    2021-01-30 11:03

    If you have created an app right now with the sdk and adt plugin, like the hello world app, then you'll have to chose the debug.keystore file while exporting. The files is in c:/users/.../.android/debug.keystore, after that when asked for password.

提交回复
热议问题