Hi all,
Currently when I want to build a project from Android Studio, the build fails with a lot of errors like
error: cannot find symbol variable GiderosApplication |
etc
It's in the .java file where the system cannot resolve symbol 'player', 'GiderosApplication', and such. Is it some kind of dependency file/s that gone missing during the android export from Gideros?
(The gideros.jar file and jni folder wasn't copied during the android studio import, I copied them manually into the project import root folder but it didn't help.)
I've successfully been able to build previous versions of my project before, as well as several gideros example projects. While trying to resolve the error today I tried to build one of the
previously imported projects in android studio, and it also built successfully - the symbols in the .java code seemed to be resolved correctly.
I also tried to export one of the gideros example projects, got the same errors as described above.
Comments
Can you use Eclipse ?
Then I will send you a tutorial.
The Gobb : https://play.google.com/store/apps/details?id=fr.toastapp.thegobb
The gideros.jar is not copied and included in dependencies when importing a Gideros project. So I had to copy gideros.jar into a libs folder (in this case jniLibs) in Android studio. Then right-click on the gideros.jar and Add As Library
(got this clue from this thread. )
Strange though that I didn't have to do this earlier... Anyone have a suggestion why?
Likes: saeys
https://deluxepixel.com