Android Studio: File-> "project Structure" Missing Options To Change Application Id, Version, Version Name, Etc
So every time i updated my app, i use file -> project structure to increase the version and put version name. I also use it to name application id when i want to fork my codes i
Solution 1:
If the "Sync Project with Gradle" does not appear, open the Android folder separately.i.e like an independent project. File->Open. In my case, I was working on a Flutter/Kotlin project. When I opened the Android folder it automatically started syncing and downloading the required gradle files.
Solution 2:
oh my God, fixed it by
- File > Sync Project with Gradle
- File > project structure > modules (will still be blank)
- File > project structure > suggestion -> click APP (bottom right will say "loading" with tiny fonts)
- File > project structure > modules (now the options will appear)
Solution 3:
I don't see "Sync Project with Gradle", but I saw "sync with file system". This worked once, but now Project structure is gone again. Clicking "sync with file system" doesn't work anymore.
Solution 4:
Try the keyboard shortcut, for example on Windows is "ctrl+alt+shift+S"
Solution 5:
I fixed by Open module settings (Right-click the project -> Open module settings) change some value and apply it
then the project structure is showing up
Post a Comment for "Android Studio: File-> "project Structure" Missing Options To Change Application Id, Version, Version Name, Etc"