Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate Eclipse app and libs to Android Studio

I have an Android app project in eclipse that references to 3 libs+ some jar files and I would like to migrate all to Android studio.

First, I export "generate Gradle build files" (app) and succeed import in Android Studio.

I tried to create root folder manualy but the Imports in the App "cannot resolve symbol .."
How do I migrate the rest libs and jars and implement them?

like image 873
Eli Elezra Avatar asked Nov 08 '22 20:11

Eli Elezra


1 Answers

If you want to move the rest of your libs and jars to Android studio, you can do it in three different ways. Please read this link https://stackoverflow.com/a/35369267/5475941. In this post I explained how to import your JAR files in Android studio and I explained all possible ways step by step with screenshots. I hope it helps.

like image 187
Mohammad Avatar answered Nov 14 '22 22:11

Mohammad