Reputation: 6188
I just created a project with google api build target (API level 3) in order to use the google.android.maps library. The problem now is I only have 1 drawable folder in res while I should have 3 (which is the case when I create a project with android 1.5 build target).
How can I create a project that has the google maps library and 3 resource folders? Maybe create a regular project and manually import the maps.jar?
Upvotes: 0
Views: 71
Reputation: 9258
Change your android SDK version to 1.6 (Google apis lvl 4 or higher). There's only 1 drawable folder in 1.5.
Upvotes: 1