Android Crash, java.lang.IllegalArgumentException: Window type can not be changed after the window is added

后端 未结 1 811
别跟我提以往
别跟我提以往 2020-12-19 09:50

I uploaded an Android Application to the market, and, for some reason a user is getting this error.

java.lang.IllegalArgumentException: Window type can not b         


        
相关标签:
1条回答
  • 2020-12-19 10:28

    check AndroidManifest.xml

    <uses-sdk  //************
                android:targetSdkVersion="X"/>
    

    X must be less than 14 Or remove this attribute. good luck guy.

    0 讨论(0)
提交回复
热议问题