New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
vsasi
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Jan 2011
Default [Q] Development.apk.APK for Honeycomb (xoom)

I did the following (developer.android.com/guide/developing/debugging/debugging-devtools.html)to extract the APK (which was successful using 3.0(perview emulator)) and when i try to install, I get an error



Quote:
C:\adb>adb install Development.apk
1926 KB/s (123091 bytes in 0.062s)
pkg: /data/local/tmp/Development.apk
Failure [INSTALL_FAILED_OLDER_SDK]
Anyone get this to get development.apk to work on Honeycomb ?
 
Bauxite
Old
#2  
Senior Member
Thanks Meter 126
Posts: 557
Join Date: Jan 2011
The 3.0 preview emulator is an older API version than the current version, you'll need to use the current sdk to extract that file.