Closed jb522185660 closed 4 years ago
安卓下,FlutterAlibc.taoKeLogin方法调用出错
Exception has occurred. PlatformException (PlatformException(error, Unable to find explicit activity class {com.example.commission/com.wxwx.flutter_alibc.web.WebViewActivity}; have you declared this activity in your AndroidManifest.xml?, null))
AndroidManifest.xml里面注册这个activity就好了
`<activity android:name="com.wxwx.flutter_alibc.web.WebViewActivity" android:launchMode="singleTask">
</activity>`
安卓下,FlutterAlibc.taoKeLogin方法调用出错
Exception has occurred. PlatformException (PlatformException(error, Unable to find explicit activity class {com.example.commission/com.wxwx.flutter_alibc.web.WebViewActivity}; have you declared this activity in your AndroidManifest.xml?, null))