I've been trying to implement Moisoni's in app billing library while targeting minSDK19 for my application. Following his instructions I added sourceCompatibility JavaVersion.VERSION_1 | targetCompatibility JavaVersion.VERSION_11 | coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' | multiDexEnabled true
.
After finishing with the coding I tried uploading the bundle to the internal track in order to test it but after about 20 minutes of uploading I receive a generic error "Could not upload bundle". It seems after removing the code mentioned above and updating the minSDK to 26 the upload is successful but I would rather not do that.
I've tried uploading using incognito, clearing browser cache, using a different browser, updating gradle from 4.1.3 to multiple newer versions but the issue persists.
Asked
Active
Viewed 32 times
0

Gerasimos
- 83
- 8