You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/**/android/app/src/main/java/com/impress_webview/MainApplication.java:53: error: constructor RNShareLocal in class RNShareLocal cannot be applied to given types;
new RNShareLocal()
^
required: Activity
found: no arguments
reason: actual and formal argument lists differ in length
是不是应该在 MainApplication.java 实例化的时候传入参数?
我不知道参数该怎么写
The text was updated successfully, but these errors were encountered: