android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
异常(从非Activity开启Activity时的异常),添加一个标记(FLAG_ACTIVITY_NEW_TASK)即可
Error: The ‘java’ plugin has been applied, but it is not compatible with the Android plugins.
plugin apply 添加重复