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
  • 601
  • 5
  • 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,370
  • 5
  • 37
  • 54