Android Question 10.70 and Assets Subfolders

jahswant

Well-Known Member
Licensed User
Longtime User
Hi to all. I'm using a third party library to integrate a hardware. The hardware manufacturer provided an SDK which contains many Subfolders in the asset folder which are copied to the Assets folder with B4A after wrapping the lib. Now the android studio example works very well even with target 30 and new tools. But B4A 10.70 will not work with my wrappers. The previous versions works well. It seems to be a B4A specific issue. Any other way to solve this ? I don't want to downgrade because of other projects.
 

jahswant

Well-Known Member
Licensed User
Longtime User
They have an .aar where all their files are stored. So I have no control on where the files are finally stored and how they are accessed.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
They need to update their SDK (update new release of AAR) to make it compatible with the new AAPT2.
 
Upvote 0
Top