I’m trying to install the .apk I built with Corona SDK on my Android Emulator, but I can’t seem to actually install. I keep getting this error, which doesn’t really tell me what’s wrong.
[code]Microsoft Windows [Version 6.1.7601]
Copyright © 2009 Microsoft Corporation. All rights reserved.
C:\Users\Kyle>cd C:\Program Files (x86)\Android\android-sdk\tools
C:\Program Files (x86)\Android\android-sdk\tools>adb install Temporary.apk
473 KB/s (8325725 bytes in 17.171s)
pkg: /data/local/tmp/Temporary.apk
Failure [INSTALL_FAILED_INVALID_APK][/code]
When I built for Android, here’s what I put:
Application Name: Temporary
Version Code: 1
Version Name: 0.1
Package: com.lKinx.Temporary
Project Path: C:\Users\Kyle\Documents\My Code\Corona SDK\Temporary
Target OS Version: Android 2.2
Keystore: (Default for Corona SDK Trial Users)
Key Alias: androiddebugkey
Save to Folder: C:\Users\Kyle\Desktop
Any ideas as to why this happened? [import]uid: 103624 topic_id: 21843 reply_id: 321843[/import]
