eclipse项目编译没有错误,sdk 24,adt 23.0.7,模拟器已配置,但项目运行不了,也没有错误提示。
[2016-09-09 11:08:22 - BaiduMapsApiDemo] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.baidu.location.g$2) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2016-09-09 11:08:26 - BaiduMapsApiDemo] ------------------------------
[2016-09-09 11:08:26 - BaiduMapsApiDemo] Android Launch!
[2016-09-09 11:08:26 - BaiduMapsApiDemo] adb is running normally.
[2016-09-09 11:08:26 - BaiduMapsApiDemo] Performing baidumapsdk.demo.MainActivity activity launch
[2016-09-09 11:08:26 - BaiduMapsApiDemo] Automatic Target Mode: launching new emulator with compatible AVD 'myAVD'
[2016-09-09 11:08:26 - BaiduMapsApiDemo] Launching a new emulator with Virtual Device 'myAVD'
然后一直卡在这里!
还有AVD manager最下面显示:a repairable android virtual device. an android virtual device that failed to load .click"details"to see.
求解