'aapt' error. Pre Compiler Build aborted

后端 未结 2 1783
日久生厌
日久生厌 2021-01-19 00:50

I\'m using Eclipse 4.2.2 with Android SDK 22.0.1 to construct an Android application which uses the Facebook and Google Play Services lib. However I\'m stuck with a proble

2条回答
  •  梦谈多话
    2021-01-19 01:04

    I've been stuck at this nasty error at least few times and every time I lost hours to find the exact cause. One possible reason could be something malformed in a menu XML. In example ifRoom is misspelled.

        
        
    
        
    

    It is not detected by the XML editor. Nor it is reported as an error. Aapt just crashes without error message. Also be cautious about other kind of misspell mistakes in the menu XML. It seems the menu XML verification tool is not fully complete.

提交回复
热议问题