1

I want to use a project built in Android Studio in Eclipse How am I able to import an Android Studio project into Eclipse? If it possible please state the steps to follow.

sujith s
  • 581
  • 4
  • 6

1 Answers1

2

Import the project in Eclipse and copy the packages inside java package into src package and look for errors, if any, and fix them. I have tried it.

Nitesh Kumar
  • 5,140
  • 5
  • 35
  • 54