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

前端 未结 6 624
终归单人心
终归单人心 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:31

    While not challenging the validity of the other answers, I lost hours chasing these errors. In my case they were truly cryptic but I've only myself to blame:

    10-16 12:24:18.722: E/dalvikvm(1204): JNI ERROR (app bug): attempt to use stale global reference 0x26
    10-16 12:24:18.722: E/dalvikvm(1204): VM aborting

    For me, this meant I hadn't requested the correct permission in the manifest.

提交回复
热议问题