I converted my Eclipse project to Android studio by following the instructions here. In the documentation it says the structure should be updated but from what I am seeing it hasn't.
Expected structure should be:
-src
-main
-java
-res
but it pretty much maintained it's old structure as:
-res
-src
-my.package.com
I noticed this when I was trying to add a jniLibs folder to 'main', but couldn't find it.
Has anyone had this problem before? Is there a way to update the project structure? Thanks!!