Google Play预启动报告

时间:2016-07-18 14:06:40

标签: java android android-studio google-play

我最近将我的应用程序上传到Play,但得到了这个预发布报告,表明在测试的13个设备中,我的应用程序在8上运行良好,并且不会在5上运行。经过详细分析,我意识到所有五个都运行Android 5.0 and 5.1。我在android studio中构建应用程序。

这是我得到的报告。我该如何解决这个问题?

Device(s) with issues
Google Nexus 7 (flo) - Android 5.0
Google Nexus 9 (flounder) - Android 5.0
Google Nexus 5 (hammerhead) - Android 5.1
Google Nexus 4 (mako) - Android 5.1
Samsung Galaxy S6 (zeroflte) - Android 5.1

Exceptions
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.techafriq.ubiserve/com.techafriq.ubiserve.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.techafriq.ubiserve/com.techafriq.ubiserve.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.techafriq.ubiserve/com.techafriq.ubiserve.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.techafriq.ubiserve/com.techafriq.ubiserve.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.techafriq.ubiserve/com.techafriq.ubiserve.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }

0 个答案:

没有答案