报错信息
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.shuiying.smsm09061/com.mob.tools.MobUIShell}; have you declared this activity in your AndroidManifest.xml?
在smss的AndroidManifest中添加
<activity
android:name="com.mob.tools.MobUIShell"
android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />
本文介绍了解决在Android应用中出现的MobUIShell活动未找到的问题。通过在AndroidManifest.xml文件中正确声明MobUIShell活动,可以避免ActivityNotFoundException异常。
436

被折叠的 条评论
为什么被折叠?



