Android xml rendering issue in eclipse?

后端 未结 8 2011
清酒与你
清酒与你 2020-12-31 07:33

On creating new xml files in a project, rendering issue occur with error log as follows:

java.lang.NullPointerException
    Exception details are logged i         


        
8条回答
  •  时光取名叫无心
    2020-12-31 08:08

    I just got the same error and have solved this.

    I've created a new project and selected API 21. After the project was created I changed in the file AndroidManifest.xml:

    android:targetSdkVersion="21" 
    

    to

    android:targetSdkVersion="22"
    

提交回复
热议问题