Android ICS : JNI error attempt to use stale local reference 0x1

前端 未结 6 627
终归单人心
终归单人心 2021-02-02 11:50

After upgrading my phone to android 4.03 ics my game dosent open anymore ,it just closes without any error messege on deviCe and with this on eclipse

04-02 16:         


        
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 12:46

    In my case I missed passing some arguments required for the constructor(also may apply to calling methods) when calling NewObject.

提交回复
热议问题