Where to create directory file in android studio to store the menu items txt?

Hello, on Android Studio, I right clicked the app project in the project tool window but I couldnt find the Directory folder.

It goes like this : Java class, Module, Kotlin File/ Class, Android Resource File, Android Resource Directory, File, Scratch File, and Package, but no “Directory.”

What’s the equivalent of Directory in android studio to put the menu items txt in?

The data directory should be placed at the top level of your application’s directory structure.

03%20PM.

This would be the same in Android Studio, but are you using the Android perspective or the Project perspective? The context of the menu that you see will change depending on the perspective that you’re using.

(This is notably a case in which using IntelliJ is preferred given that NyetHack is not an Android application.)