Try this...

  1. Create libs folder under the application folder.
  2. Add .jar files to libs folder.
  3. Then add .jar files to app's build.gradle dependency.
  4. Finally Sync project with Gradle files.

1.Create libs folder:

enter image description here

2.Add .jar to libs folder:

enter image description here

3.Edit app's build.gradle dependency:

  • Open app/build.gradle

enter image description here

4.Sync project with Gradle files:

  • Finally add .jar files to your application.

enter image description here

Happy coding....



'Android > Android Studio' 카테고리의 다른 글

Android Studio에 GitHub를 붙여보자!!  (1) 2014.12.12
Android Studio 단축키 모음  (0) 2014.12.12

+ Recent posts