문제

Newbie question.

After I have written the Android App (easy part) I need to sign it and upload it (seems the hard part)

Is there an Open Source app or tool that I can use to do this so that I don't have to write command shell scripts. JARSIGNER looks overly complex.

I'm looking for a dead simple Sign-And-Package up tool.

I am using Eclipse with the Android plug in.

도움이 되었습니까?

해결책

If you're using eclipse so just right-click on your project -> choose export - choose android and the follow the steps of the export wizard

다른 팁

Right-click on project and choosing "Android Tools->Export Signed Application Package" is an alternate way of doing what RoflcoptrException suggests

I've played a bit with keystore-explorer, and it seems to fit the description of what you are looking for. It describes itself as a "GUI replacement for the Java command-line utilities keytool, jarsigner and jadtool".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top