Skip to content Skip to sidebar Skip to footer

Using Eclipse For Android Development - Cant Find Jarsigner.exe4

Now I am at the stage of preparing my android app for publishing I discover that jarsigner.exe is not on my hard disk ( done a full search) I have the jave sdk and java jre and ke

Solution 1:

You don't need it.

Right-click on the project in the Package Explorer view, in the popup menu choose Android Tools/Export signed application package.


Solution 2:

In the directory of the JDK (not JRE).

%JDK_HOME%\bin\jarsigner.exe

You can download it from here - http://www.oracle.com/technetwork/java/javase/downloads/index.html


Post a Comment for "Using Eclipse For Android Development - Cant Find Jarsigner.exe4"