标签:play androi build cti and tran dial one log
问题原因:MainActivity中:定义的代码AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.getActiviy).里面获取的依赖activity不能这么获取,哪怕你设置了你的mainAcitivity=this.
解决方法:修改依赖为mainActivity,直接设置为当前activity的全局变量!注意:如果你是在其他自定义类中使用AlertDialog,那么使用MainActivity.getActiviy正常。
Android中activity定义的AlertDialog调用不弹出!
标签:play androi build cti and tran dial one log
原文地址:https://www.cnblogs.com/mlblog27/p/12515312.html