After creating a Google Play release, I found the following problem specified by the pre-launch report.
What can be the cause of this issue? There is no com.google.testing.*
package in the codebase; there is no com.google.testing.*
dependency in the project.
Exception java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.google.testing.helium.utp.android.companion.instrumentations.uid/com.google.testing.helium.utp.android.companion.activities.BlankActivity}: java.lang.ClassNotFoundException: Didn't find class "com.google.testing.helium.utp.android.companion.activities.BlankActivity" on path: DexPathList[[zip file "/data/app/~~C1cmoyISzg5fmEUSMOhwmg==/com.google.testing.helium.utp.android.companion.instrumentations.uid-w1rDXgaGUs9bWsebvD-zuw==/base.apk"],nativeLibraryDirectories=[/data/app/~~C1cmoyISzg5fmEUSMOhwmg==/com.google.testing.helium.utp.android.companion.instrumentations.uid-w1rDXgaGUs9bWsebvD-zuw==/lib/x86_64, /system/lib64, /system_ext/lib64]]
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3613)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3864)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2253)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:201)
at android.os.Looper.loop (Looper.java:288)
at android.app.ActivityThread.main (ActivityThread.java:7870)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1003)
Caused by java.lang.ClassNotFoundException: Didn't find class "com.google.testing.helium.utp.android.companion.activities.BlankActivity" on path: DexPathList[[zip file "/data/app/~~C1cmoyISzg5fmEUSMOhwmg==/com.google.testing.helium.utp.android.companion.instrumentations.uid-w1rDXgaGUs9bWsebvD-zuw==/base.apk"],nativeLibraryDirectories=[/data/app/~~C1cmoyISzg5fmEUSMOhwmg==/com.google.testing.helium.utp.android.companion.instrumentations.uid-w1rDXgaGUs9bWsebvD-zuw==/lib/x86_64, /system/lib64, /system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:218)
at java.lang.ClassLoader.loadClass (ClassLoader.java:379)
at java.lang.ClassLoader.loadClass (ClassLoader.java:312)
at android.app.AppComponentFactory.instantiateActivity (AppComponentFactory.java:95)
at android.app.Instrumentation.newActivity (Instrumentation.java:1285)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3600)