用eclipse编译安卓软件的时候检查没有出问题,但是一旦运行时就提示 SDL_app:emulator_arm.exe出错

用eclipse编译安卓软件的时候检查没有出问题,但是一旦运行时就提示说 “00x0047ba00”指令引用的“0x00e2001c"内存。该内存不能为"written"。
我用的eclipse的版本是3.71 安卓的SDK是最新的版本
Missing density variation folders in res: drawable-xhdpi

Issue: Ensures that all the density folders are present

Icons will look best if a custom version is provided for each of the major screen density classes (low, medium, high, extra high). This lint check identifies folders which are missing, such as drawable-hdpi.
Low density is not really used much anymore, so this check ignores the ldpi density. To force lint to include it, set the environment variable ANDROID_LINT_INCLUDE_LDPI=true. For more information on current density usage, see http://developer.android.com/resources/dashboard/screens.html

http://developer.android.com/guide/practices/screens_support.html

还有这个警告是什么意思

第1个回答  2012-01-09
警告说的是你模拟器不可用,模拟器出错一般2个原因,第一个你插件下载的有问题,第2个,你创建的有问题
相似回答
大家正在搜