Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing file into workspace generate Unable to resolve target 'android-5'

I always encountered problem like this Unable to resolve target 'android-X',every time I will import file in the workspace,last time also encountered like Unable to resolve target 'android-10', so i insatalled SDK Platform Android 2.3.3,.. now 'android-5',do i need to install again the SDK Platform Android 2.0?i tried to fixed this by doing right click on the project and scroll down to Android Tools-->Fixed Project Properties,but it is not working.Can you help me please. Thank you in advance.

like image 290
jemz Avatar asked Dec 01 '22 23:12

jemz


1 Answers

Unable to resolve target 'android-5' means that you do not have Android SDK level 5 APIs downloaded on your computer. Start the SDK manager, click the Obsolete check mark and then download the Level 5 APIs.

Alternatively, go into the project properties and change the target SDK version from android-5 to something else that is present on your computer.

like image 141
Theo Avatar answered Dec 04 '22 06:12

Theo