开发者

Supporting Multiple Screens In Google Api

开发者 https://www.devze.com 2023-02-21 06:12 出处:网络
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 (whic

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消