选择应用程序的名称

时间:2014-12-12 19:56:05

标签: android android-studio apk

我刚开始使用Android Studio,我发现很难看到我想要放入Google Play的apk文件的名称,以便很多人可以购买它。

Ler说我希望应用程序的名称是“Happy Days”,在Android Studio的很多部分我应该把这个短语放在哪里?我想apk是HappyDays.apk。该软件包是com.companyname.happydays

1 个答案:

答案 0 :(得分:1)

你必须做一些事情:

1)change your project name to HappyDays so that the generated apk file would read HappyDays.apk, this doesn't matters much by the way.

2)Add this under the application tag in your manifest file:

      android:label="Happy Days"    // This is the main thing which displays up as your app name, which everyone sees.