I'm working on my first "gig" for Android. After importing this project from BitBucket, I'm noticing that.
A. it has a gradle wrapper.
B. The project's gradle file isn't syncing
C. the green dot on the folder icon is on a folder that's a level higher than the "app" folder.
D. There are no run configurations and I'm having a hard time making one.
How to do a change the root directory to the "app" folder? I'm hoping that gradle will sync up once I accomplish this.
I've heard it mentioned that I need to delete the iml files, but won't this mess up the upstream version if subsequent changes get merged? How can I fix this in my environment only?
Kind of new to git and Android, but am learning as I go in terms of working on projects other than my own. Thanks
-T