1 votes

Pourquoi "am start PACKAGE" ne peut pas lancer certaines applications et affiche une erreur ?

Je continue à avoir une erreur en essayant de démarrer certaines applications en utilisant début du matin commande. Cela fonctionne pour beaucoup, mais pour certaines applications, je reçois la même erreur que celle mentionnée ci-dessous :

#adb shell am start com.amazon.venezia
Starting: Intent { act=android.intent.action.MAIN cat=\[android.intent.category.LAUNCHER\] pkg=com.amazon.venezia }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=\[android.intent.category.LAUNCHER\] flg=0x10000000 pkg=com.amazon.venezia }

#adb shell am start com.whatsapp
Starting: Intent { act=android.intent.action.MAIN cat=\[android.intent.category.LAUNCHER\] pkg=com.whatsapp }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=\[android.intent.category.LAUNCHER\] flg=0x10000000 pkg=com.whatsapp }

1voto

Gbla Kbla Points 61

Utilisez ça :

adb shell am start -n com.whatsapp/.HomeActivity

androidalle.com

AndroidAlle est une communauté de androiders où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X