WLeo
WLeo

Reputation: 203

How to link DroidAR's ModelLoaderAdapters to my project in android studio?

Hi I'm currently trying to build an app by using the location based ar provided by DroidAR but I could not figure how how could I use the Model Loader Adapter provided by DroidAR. The demo they have given is created in Eclipse but I'm using the newest version of Android studio. If anyone has tried out, could you please explain to me what should I do now :( thanks

Upvotes: 0

Views: 133

Answers (1)

Farid
Farid

Reputation: 1086

if you have the eclipse project you can import it in android studio, here is a link

but if you have its jar file you can add it to your project like this

Upvotes: 0

Related Questions