Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi guys,

I'm currently working on android project, that lead me to this sh*t :

I used HTC Inspire 4G with :
- Android Version 2.2.1
- Kernel version 2.6.32
- Build Number 1.80...
- and else should be known by google -_-

My question is : How to install .apk with manifest
HTML
.
.
<uses-sdk android:minSdkVersion="9"
            android:targetSdkVersion="10"/>
.
.


coz every time I tried it throws me : ..INSTALL FAILURE OLDER SDK..

I already aware that 2.2.1 belongs to API 8, but is there any ways to perform the installation with that manifest?

*updated :
or else, anyone know how to detect specific devices and pass it to androidmanifest.xml?
example :
HTML
.
.
if use_inpire_4G
..then minsdkVersion="8" goes here
else
..then minsdkversion="9" goes here
.
.

Thanks in advances
Posted
Updated 15-Jul-12 23:39pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900