ActionBarActivity closes after pressing hardware menu button. Without stack trace

前端 未结 2 1051
粉色の甜心
粉色の甜心 2020-12-19 22:59

I have a really strange problem. When I use ActionBarActivity after clicking on hardware menu button (device with Android 2.3) the app closes unexpectedly without any partic

2条回答
  •  旧巷少年郎
    2020-12-19 23:36

    I encountered the just same problem today. Please change 'com.android.tools.build:gradle:0.9.+' of a build.gradle file into 'com.android.tools.build:gradle:0.9.0' and, sync project. I think that Gradle plugin version 0.9.1 is wrong.

提交回复
热议问题