0

I've accidentally deleted the "Android 3.2" library (actually I wanted to replace it with "2.1"). Now I don't know how to add it back.

Here is before deleting:

enter image description here

And here I have android platforms:

enter image description here

I tried "Add external JARs", "Add Library" and others too but the end result is never the same as on the first screenshot and hence my app wont work).

2 Answers 2

1

ok, in Eclipse: Window -> Android SDK Manager

Then install all the plattforms you want.

Then right click on project->properties->android and select the plattform you want ;)

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks, never had a "problem" like this before :)
But still, there is no change under Java Build Path. I think I should add it manually also?
"project->properties->android" selecting one of the android plattforms there should add it to your build path! if not, sorry but no idea...
0

you need to change your manifest to <uses-sdk android:minSdkVersion="10" /> (2.3.3) instead of using <uses-sdk android:minSdkVersion="12" /> (3.1).

for more information: http://developer.android.com/guide/appendix/api-levels.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.