I’m packaging for Android using GooglePAD (generating an .aab file and uploading it to google play)
Whenever i look at the pre-launch reports, there’s an error saying “Failed to open descriptor file” and i really don’t know what that’s supposed to mean.
Hello, did you solve the problem or do you know which is the root of this error I´m having the same issue. I get the same error Failed to open the descriptor file (I´m using ue 4.25.3)
Are you refering android ad to the plugin Admob Goodies? and set to 26 the target Sdk version?
If so, now on the google play if you want to upload and apk or abb file the target version must be set to Sdk 29
Use the .bat files to remove the app from the device
Use the .bat file to install the app to the device
Launch onto device works again without descriptor file error
Solution 2
Add android:requestLegacyExternalStorage=“true” to Project Settings - Android - Extra Tags for application node by hitting “+” icon
For both you should make sure that you have removed the Binaries, Intermediate and Saved folders before repackaging / rebuilding your project. Also I was using 4.25.3 and it worked with target SDK set to 29 (which has to be installed - can be easily done with Android Studio)
It didn’t help me. At least some guides on this topic to read … With support, of course, here is so-so. People have this problem since the age of 14, at least they explained why such garbage so that we could dig ourselves.