AS真机调试,无法安装应用,报错的信息:Instant Run detected that you are running on a target device that has a work profile or multiple user accounts.
Launching the app under a work profile or another user account on the target device will result in a crash.
Learn more about how to run your app under a work profile.
参考网上老哥们的解决方法,以此,记录,便于下次出错:File |→Settings →Build, Execution, Deployment→Instant Run→q取消勾选Enable Intsant Run…
Attempt to invoke virtual method ‘int android.view.View.getImportantForAccessibility()’ on a null object reference
原因:listview复写的方法getView返回值为空,切记粗心