How to remove this error ? java.lang.reflect.InvocationTargetException [duplicate]

℡╲_俬逩灬. 提交于 2019-12-02 09:44:20

nvocationTargetException is due to unability of system to invoke an activity, and it is becuase there is another error on activity, please check the real issue is: java.lang.SecurityException: Neither user 10048 nor current process has android.permission.CLEAR_APP_USER_DATA. and its because you need to set this permission in android manifest file.

Try adding this permission to your application's Manifest.:

android.permission.CLEAR_APP_USER_DATA
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!