Why is my APK name generic?

前端 未结 2 730
感动是毒
感动是毒 2021-01-03 01:36

I\'m sure this is the dumb question of the day, but here it goes... I have an app that I need to distribute \"in house\" to be used by sales at a trade show. I successfull

2条回答
  •  情话喂你
    2021-01-03 02:03

    Yes, it uses the folder name of your application's module. If you rename the folder, you also need to update your settings.gradle file with the updated name; the refactoring doesn't automatically change it there.

    After you change settings.gradle, make sure you re-sync your project with the Gradle files. It should put a banner at the top of your editor windows reminding you that you need to do it; if you don't, then click the button in the toolbar.

提交回复
热议问题