Error --> [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

Hi everybody!

I’m just starting to learn programming for android and working with Corona SDK. I have a trial version of Corona SDK, and i cannot install my simply created ‘hello world’ application on my telephone(real device, not virtual). When I’m typing:

adb install helloworld.apk

i got error:

Failure [INSTALL\_PARSE\_FAILED\_NO\_CERTIFICATES]

I will be very thankful for any ideas to solve my problem :slight_smile: [import]uid: 88574 topic_id: 14910 reply_id: 314910[/import]

This error happens if you have the JDK 7 (Java Development Kit) installed. JDK 7 digitally signs your APK with an encryption that Android does not support. You will need to uninstall JDK 7 and install the “32-bit” version of the JDK 6 instead. That will solve the problem. [import]uid: 32256 topic_id: 14910 reply_id: 55544[/import]

problem solved, thanks for the reply :slight_smile: [import]uid: 88574 topic_id: 14910 reply_id: 55713[/import]