javaandroidandroid-studioeclipse-adtpackage-name

Can't find build.gradle (Module app) in Android Studio project imported from Eclipse


I'm new to android and I imported a project from eclipse.

I need to edit the package name in defaultConfig in build.gradle (Module app) code and I just can't find it anywhere..

Here's a snapshot of the project in AS

Snapshot from my project files in AS

Any suggestions?


Solution

  • I don't know why that answer wasn't accepted but just to confirm, switching to android view instead of project in the navigation pane allowed me to access it. Once you do this, you can right click the gradle file in android studio and select "show in explorer" This will let you see how it is stored on your local machine.