Skip to content Skip to sidebar Skip to footer

Can't Upload Apk: Read_external_storage With Different Maxsdkversions

This is the first time I ask a question here. Anyway, as the title says, I'm trying to put my application on the market. When I try to upload the signed apk, I get the error: Uplo

Solution 1:

I still don't know why it is happening, but it looks like that there was something inside a library (even if i checked their manifest). Anyway the solution for me was to delete the permission of the library declaring in my manifest:

<uses-permissionandroid:name="android.permission.READ_EXTERNAL_STORAGE"tools:node="remove"tools:selector="com.aviary.android.feather.sdk" />

Evverything works fine, even if there is no "maxsdkversion" declared in that library manifest.

Solution 2:

Post a Comment for "Can't Upload Apk: Read_external_storage With Different Maxsdkversions"