新买了本教程,照着书上说的,安装完JDK,ECLIPSE和Android SDK后,自定义完AVD了,之后从run-run configuration里面指定AVD,单击APPLY后单击RUN。提示一个  problem Occurred     “launching test”has encountered a problem。    An internal error occurred during:“Launching Test”。
状态栏提示了  0个errors。1warnings  ,  Message     Found bitmap drawable res/drawable/ic_launcher.png in densityless folder          File    ic_launcher.pngFound bitmap drawable res/drawable/ic_launcher.png in densityless folderIssue: Ensures that images are not defined in the density-independent drawable folderThe res/drawable folder is intended for density-independent graphics such as shapes defined in XML. For bitmaps, move it to drawable-mdpi and consider providing higher and lower resolution versions in drawable-ldpi, drawable-hdpi and drawable-xhdpi. If the icon *really* is density independent (for example a solid color) you can place it in drawable-nodpi.http://developer.android.com/guide/practices/screens_support.html
然后Package Explorer那里新建的项目:Test123目录下的reg的drawable里面的ic_launcher.png图片左下角有个小叹号,于是模拟器就无法运行了,请教各位高手,这是什么原因?不知道这个图片为什么会卡住我,好需要什么详细信息请说,我贴上来,眼看着就能配置完了,却卡在这里,真是急啊,前辈们救命!