-4

I would like to use librares in android studio I import module and I don't know what to do later. There's librares https://github.com/feicien/android-auto-update https://github.com/mitmel/AppUpdateChecker

How make this working ? Instructions there are a bit weak.

  • how new is android development to you? i dont think you need these at all. They seem VERY easy to do yourself. – letsCode Dec 07 '17 at 21:32
  • What have you achieved so far? Can you clarify what practices you have tried and failed? How do they stand comparing to existing similar questions? How do they compare to the Android documentation? – Grzegorz Krauze Dec 07 '17 at 21:40

1 Answers1

0

This is a very popular question, you could easily find an answer to this everywhere, for instance:

How do I add a library project to Android Studio?

Adding external library in Android studio

Long story short:

Try this:

File > Project Structure > Dependencies Tab > Add module dependency (scope = compile)

Where the module dependency is the project library android folder

MercyDude
  • 884
  • 10
  • 27