Android 2.2 SDK breaks compatibility with older phones

家住魔仙堡 提交于 2019-11-29 06:48:18
omermuhammed

This might be related to different image densities and how SDK 1.5 cant handle that out of the box. Take a look here and here.

You should be able to do minSdk=3 targetSdk=8 and build against the 2.2 libraries it should work. You just cannot use any of the sdk api that isn't part of the 1.5 api. You will also have to manually install the app to the 1.5 emulator to test it but it should work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!