onBackPressed() not working

后端 未结 5 1064
独厮守ぢ
独厮守ぢ 2021-01-07 11:05

I\'m trying to close my app on a back button click. From the main screen, the back button takes you to a credits screen. From that credits screen, I want to close the app w

5条回答
  •  情深已故
    2021-01-07 11:58

    Just recently, i ran into this issue and i was able to solve it by deleting all the folders in the build directory.

    I don't know how but it seemed that Android Studio made an error generating the build and that lead to this problem. So after deleting the build directory, myonBackpressed() method was being called.

提交回复
热议问题