FlutterTaoBaoKe / flutter_alibc

flutter版本的阿里百川插件
MIT License
125 stars 46 forks source link

安卓下,FlutterAlibc.taoKeLogin方法调用出错 #59

Closed jb522185660 closed 4 years ago

jb522185660 commented 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))

zhj296409022 commented 4 years ago

AndroidManifest.xml里面注册这个activity就好了

`<activity android:name="com.wxwx.flutter_alibc.web.WebViewActivity" android:launchMode="singleTask">

    </activity>`