How to import Metaio scenario into Android Studio?

343 Views Asked by At

I need to import a Metaio scenario into Android Studio in order to develop an application with it.

I have created an scenario using this tutorial and saved it into the a folder (named ARtest), this are the files and folders that were generated by Metaio.

After that, I have started this tutorial in order to import the porject to Android Studio.

At the first step it says to locate de build.gradle in metaioSDK\ _Android. I don't have any _Android folder, as it can be seen here, so I use the build.gradle file from there.

So, I start Android Studio, I select "Open Project" and select ARtest folder. It doesn't require any other operation like it says it the tutorial but the project after being imported looks like this with red dots on the Java Classes and it cannot be run.

What did I do wrong and how to make it work?

Thanks.

0

There are 0 best solutions below