Android Studio: file-> “Project Structure” missing options to change application id, version, version name, etc

旧城冷巷雨未停 提交于 2019-12-13 02:49:27

问题


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 into different app.

but today I can't find application id, version, version name, etc on file-> "Project Structure".

a few months ago i also got this problem and the options suddenly come back by itself. so I don't know how to fix it. I need those options...


What I've tried

  1. loading old projects
  2. refreshing Gradle files and sync
  3. rebuilding the project

回答1:


oh my God, fixed it by

  1. File > Sync Project with Gradle
  2. File > project structure > modules (will still be blank)
  3. File > project structure > suggestion -> click APP (bottom right will say "loading" with tiny fonts)
  4. File > project structure > modules (now the options will appear)


来源:https://stackoverflow.com/questions/58576259/android-studio-file-project-structure-missing-options-to-change-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!