I’m trying to export my android project (Export Unsigned Application Package) but getting the following error:
Proguard returned with error code 127. See console
/path/android-sdk-linux_x86/tools/proguard/bin/proguard.sh: 9: java:
not found
I’m running eclipse on ubuntu. any ideas ?
Thanks in advance.
I also get this problem,and the error is than system can not find ‘java’ command,so just export your java path or in proguard.sh Replace ‘java’ with your java command’s full path.