QQ登录
返回110404代码,请查看QQ相关的AppId等设置是否正确。
在AndroidManifest.xml中添加activity标签,android:name="com.mob.tools.MobUIShell"
AndroidManifest.xml
<activity
android:name="com.mob.tools.MobUIShell"
android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />
网友评论