error “activity class does not exist” when launching android app with adb shell am start
问题 After adb install -ing my app, I can verify that it's there with adb shell pm list packages AppName : package:air.com.client.AppName So I know it's there, but when I try to launch it with adb shell am start -a android.intent.action.MAIN -n air.com.client/.AppName , I get this error: Starting: Intent { cmp=air.com.client/.AppName} Error type 3 Error: Activity class {air.com.client/air.com.client.AppName} does not exist. If it matters, this is, as you may have noticed, an AIR app that's been