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 c开发者_如何学JAVAreate a regular project and manually import the maps.jar?
Change your android SDK version to 1.6 (Google apis lvl 4 or higher). There's only 1 drawable folder in 1.5.
I think you can simply create the folders manually.
精彩评论