Hi, I keep getting the "Invalid key or package name even after verifying several times that the key is correct and that the package name is exactly the same that I used for the licence on the easyar page.
I have also re-create and delete keys in order to make my app work but it just keeps giving me the same error.
The app works when I turn the network connection off, but my app NEEDS to have internet connection, so it's not a solution.
What i've been doing is building the app on Unity, then exporting it to gradle and then attaching it to my Android app as a library, but I don't know if I have to enter the key in some place after building it from unity, because in unity I've already entered the key.
In the docs (https://www.easyar.com/doc/EasyAR%20SDK/Getting%20Started/2.0/Setting-up-EasyAR-Android-SDK.html) I see that when you are working on android studio, you need to enter the following method:
protected void onCreate() {
Engine.initialize(this, key);
}
but I don't know if in my case I have to do it too and where to put it.
Thanks.