likejudo
likejudo

Reputation: 3726

Cannot create App Resources file in Android Studio 3.4.2

In Android Studio 3.4.2, I am unable to create an app resource file as described in the docs here.

Here is what I see when I do File|New

enter image description here

It is the MaterialMe starter in Google's android course https://github.com/google-developer-training/android-fundamentals-apps-v2/tree/master/MaterialMe

Update: The project structure of the course material appears to be messed up perhaps because it was created in an older version of AS. I created a new project in AS 3.4.2 and copied over only the src folders and it is fine.

Upvotes: 0

Views: 168

Answers (1)

shizhen
shizhen

Reputation: 12583

Check it from XML in case of Android Studio 3.4.2, ensure that your project sync complete before you check the File->New menu

enter image description here

Upvotes: 1

Related Questions