tin-22
Results
2
comments of
tin-22
I bypass this error by remove **cancelable** MobileNative.showDialogConfirm javaUnityClass.CallStatic("ShowDialogConfirm", title, message, yes, no, **cancelable**); -> javaUnityClass.CallStatic("ShowDialogConfirm", title, message, yes, no);
Manually set buildtool and compile sdk works for me. If you want it to depend on Unity's settings then set some global variables in main graddle and use it in...