Android: How to track down the origin of a InflateException?

前端 未结 7 1605
时光取名叫无心
时光取名叫无心 2020-11-27 21:37

While starting my application I get the following warning in Logcat:

04-09 10:28:17.830: WARN/WindowManager(52): Exception when adding starting window
04-09          


        
7条回答
  •  感情败类
    2020-11-27 22:02

    I got a similar error when running on a 2.0 emulator. I used a newer version of the API (version 7, 2.1-update1) and it worked.

提交回复
热议问题