-1

I want to use scringo in my app, I am registered and i have added my app in the scringo web, i also downloaded the sdk but i do not know how to add the sdk in android studio to use it.. I search in google but i only see two questions here but no great answers..

I tried to copy the files to the "libs" folder but with no result.. i also see the scringo web (http://www.scringo.com/docs/android-guides/quickstart/) but is only for eclipse..

Thanks!

Guixe94
  • 115
  • 2
  • 12
  • possible duplicate of [How do I add a library project to the Android Studio?](http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio) – Pedro Oliveira Sep 25 '14 at 10:57

1 Answers1

0

Extract scringo.2.5.6.jar.

On Android Studio go to File > Project Stucture. Click on the "+" button and select Import .JAR. Choose the extracted .Jar and you're good to go

Pedro Oliveira
  • 20,442
  • 8
  • 55
  • 82