Android Question B4A v10.7 beta Linking resources error

mcqueccu

Well-Known Member
Licensed User
Longtime User
I was trying to Set Adaptive Icon using icons from easyappicon but its longer working with v10.7 beta.

When I add
B4X:
#AdditionalRes: ../icon
then I get the following error. But when I reverted to v10.60 everything works fine


B4X:
B4A Version: 10.70 BETA #1
Parsing code.    (0.00s)
    Java Version: 11
Building folders structure.    (0.06s)
Compiling code.    (0.07s)
Compiling layouts code.    (0.05s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    (1.38s)
Linking resources    Error
bin\extra\assets: error: failed to open file: The data is invalid. (13).
error: failed parsing input.
 

Attachments

  • Adaptive Icon ex.zip
    12.2 KB · Views: 170
Last edited:
Top