Java Question Error: Version required to extract this entry not supported (788)

Pendrush

Well-Known Member
Licensed User
Longtime User
  1. Download Android Audience Network SDK 6.12.0 from: https://developers.facebook.com/doc...latform-setup/android/add-sdk#manual-download
  2. Extract AudienceNetwork.aar from /AudienceNetwork/bin folder and copy file to Additional libraries folder.
  3. Create empty B4A project.
  4. Add in empty project: #AdditionalJar: AudienceNetwork.aar
  5. Try to run app result in error:
B4A Version: 12.20 BETA #1
Parsing code. (0.01s)
Java Version: 11
Building folders structure. (0.16s)
Running custom action. (0.03s)
Compiling code. (0.01s)
Compiling layouts code. (0.01s)
Organizing libraries. Error
Version required to extract this entry not supported (788)
But if I extract all files from AudienceNetwork.aar and ZIP them again to file AudienceNetwork.aar and run project again, everything work as expected. Why?
I come across other AAR libs with same behavior in earlier B4A versions.
 
Top