http://www.51testing.com/html/01/610901-864955.html
解决办法:
a.有源码的情况,找到AndroidManifest.xml,找到android.intent.category.LAUNCHER关键字,就能找到需要的Activity
包名在这里看;<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.chnMicro.MFExchange"
一般位于XML定义的下一行,搜索“package”就能找到
b.没有源码的情况,链接好手机——cmd下输入adb logcat>D:log.txt——运行被测app——Ctrl+c停止,去D盘打开log文件搜索“LauncherAppInfo”就能在其后找到Activity
时间: 2024-10-18 10:28:28