enissay
enissay

Reputation: 300

importing netbeans android project into android studio

I used to work on a project on netbeans which turn out to be the least intuitive IDE for android, now trying to switch to android-studio I can't manage to find way neither to export properly the netbeans project nor importing the netbeans project into android-studio ..

How can I import netbeans android project into android studio? it has something to do with gradle I suppose ..

Upvotes: 6

Views: 5164

Answers (2)

Joeri_Damian
Joeri_Damian

Reputation: 80

A little late, but I partly ran into the same and solved it so far. You can add .jar files under app/libs paste it there and right click it -> add library. (I believe)

It should look like this. Android .jar into Libs

This would be partly a solution, you have to create an android xml as well.

Upvotes: 0

Arash
Arash

Reputation: 698

It's maybe late, but i think can help someone else. Android Studio can import netbeans android projects. Just open import project window by selecting File -> new -> Import Project and address the netbeans project root. Android Studio does the rest.

Upvotes: 1

Related Questions