Error with some devices

Hello,
I encounter an issue with some devices when I try to open the builded app.

So it works fine the the major Android devices but on some of them, the app is installed but doesn’t open. Sometime with a message such as “The application isn’t responding”.

When I look through the native logs, I can see this:

06-05 09:25:30.534  1509  1541 I ActivityManager: Force stopping com.github.uiautomator.test appid=17609 user=-1: deletePackageX

And this:

06-05 09:25:30.655 15448 19246 E IcingInternalCorpora: Could not get app info for com.github.uiautomator.test: android.content.pm.PackageManager$NameNotFoundException: com.github.uiautomator.test
06-05 09:25:30.655 15448 19710 E GmscoreIpa: Could not get app info for com.github.uiautomator.test [CONTEXT service_id=255 ]
06-05 09:25:30.655 15448 19710 E GmscoreIpa: android.content.pm.PackageManager$NameNotFoundException: com.github.uiautomator.test
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:504)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:487)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:481)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at com.google.android.gms.ipa.appsindexer.IpaPackageBroadcastIntentOperation.onHandleIntent(:com.google.android.gms@231213044@23.12.13 (190400-520023152):7)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@231213044@23.12.13 (190400-520023152):2)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at ykp.onHandleIntent(:com.google.android.gms@231213044@23.12.13 (190400-520023152):4)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at hag.run(:com.google.android.gms@231213044@23.12.13 (190400-520023152):3)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at haf.run(:com.google.android.gms@231213044@23.12.13 (190400-520023152):11)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at dbdd.run(:com.google.android.gms@231213044@23.12.13 (190400-520023152):2)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
06-05 09:25:30.655 15448 19710 E GmscoreIpa: 	at java.lang.Thread.run(Thread.java:1012)

Does anyone have any idea of what could be causing this issue?

  • The application is running fine on IOS and Web.
  • The application uses the latest version of Ionic Framework and Capacitor.
  • The error happened after the Capacitor updates and the switch from Cordova to Capacitor for some plugins.

Thanks for your help,
Loïc