INVALID KEY - if use aab, but apk - all good

+8 votes
asked Aug 31, 2019 by mixx85 (1,000 points)
Hello.

I try make build app bundle (google play) - aab and have ERROR - INVALID KEY

But if I make apk - app working good.

But mey app > 100mb and I must make - build app bundle.

Whats wrong?

PS

I checked all serial number. name bundle etc - all right

EasyAR version 3.1, Unity 2019.1.14

2 Answers

+6 votes
answered Sep 1, 2019 by mixx85 (1,000 points)
selected Sep 1, 2019 by mixx85
 
Best answer
We have BIG-BIG problems!

In Support said - "At present, EasyAR doesn't support build app bundle. We will consider this need and may support it in the future.
Best Wishes!"
commented Nov 18, 2019 by D3m0n92 (210 points)
Bad. FIX ASAP.
commented Nov 25, 2019 by janaina (110 points)
Same problem !
commented Nov 26, 2019 by sk8er8921 (140 points)
Just commenting here so they see more people are upset. Strangely though my app bundles just starting having this issue today. The app update I made last month has been fine with the bundles. Now I am getting the invalid license key. Hopefully they fix this because it is really important.
commented Dec 13, 2019 by rsdabb (180 points)
Ставь лайк, если столкнулся с такой же проблемой и ты понимаешь русский язык
commented Dec 16, 2019 by artowl (100 points)
Yup. Same problem here!
0 votes
answered Jun 22, 2021 by imjungkyu (200 points)

For me, fixed it by below information.

gradle - Android App Bundle (only) - native library failed to load - Stack Overflow

add below to your gradle.properties file.

android.bundle.enableUncompressedNativeLibs = false

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...