Android Question Crash Report - com.android.vending.licensing

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I have the following crash show up in my Google Play Developer Console..

java.lang.ClassNotFoundException
dalvik.system.BaseDexClassLoader.findClass

upload_2019-10-25_15-39-47.png


I think it's related to the Google Play Licencing library.

I noticed someone else reported this: https://www.b4x.com/android/forum/t...ry-crashes-with-target-sdk-28.109747/#content

And Erel suggested the following code may fix the issue in the manifest:

B4X:
AddApplicationText(
<uses-library
      android:name="org.apache.http.legacy"
      android:required="false" />
)

I seem to be able to compile the app fine on my Nexus5X without an issue.

Would the above code also fix my issue or do I have another issue ?

I can't seem to reproduce the same issue on my Nexus5X, and have someone else here with a Samsung S10 and can't reproduce the issue on that device as well.

My SDK was originally SDK 26 and just recently updated to SDK 28 due to Google's new requirement for Google Play.
 
Top