November 7th, 2011, 11:57 PM
|
#3 (permalink)
|
|
Premium Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Thanks: 2
Thanked 37 Times in 33 Posts
|
In Eclipse, right-click on your project, and choose Properties. In the project properties window, choose Android on the left and the choose the Android target that matches the version of Android on your HTC Sensation.
Also in your AndroidManifest.xml, check that the android:minSdkVersion and android:targetSdkVersion attributes of the uses-sdk tag are lower enough.
Edit: Sorry. When you're creating a new project, just select the Android version you want in the Select Build Target screen of the New Android Project wizard.
|
|
|
Last edited by jiminaus; November 7th, 2011 at 11:59 PM.
Reason: Noticed OP was asking about creating a new prj
|
|