Why signed android apk is not running on emulator
Posted
by Maxood
on Stack Overflow
See other posts from Stack Overflow
or by Maxood
Published on 2010-03-31T07:51:10Z
Indexed on
2010/03/31
7:53 UTC
Read the original article
Hit count: 398
apk
I have made a signed apk of an android project. Whenever my client try to run it on the emulator, he faces the following error message:
D:\Android\android-sdk-
windows\tools>adb install -r abc.apk
500 KB/s (6940708 bytes in 13.534s)
pkg: /data/local/tmp/abc.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
What is the resolution?
© Stack Overflow or respective owner