guna
guna

Reputation: 11

Project Structure tab not able to open in Android studio

I need to change some external libs in build.gradle file.For that reason I need to go to File->Project Structure in Android studio. But i'm not able to open that option.Please help.

Upvotes: 1

Views: 2613

Answers (3)

Raghavendra
Raghavendra

Reputation: 2303

That's a bug in Android studio

Check this http://code.google.com/p/android/issues/detail?id=189002

try this remove SDK 19 and reinstall

Upvotes: 1

kevz
kevz

Reputation: 2737

do as below-

  1. Change from Android tab -> Project tab
  2. Goto File and then u can find Project Structure.

or simply try the shortcut

Ctrl+Alt+Shift+S

Upvotes: 0

slenderm4n
slenderm4n

Reputation: 302

just go to View-> Tool Windows and add structure

Upvotes: 4

Related Questions