到目前为止,我在Android上只发布了3个应用程序。在这个应用程序中,我在发布之前将其命名为“Home Point System”。我可以在PlayStore上看到它的名字。但是当我在我的设备上下载它时,我在设备的菜单上看到它的名称为com.name.package的“Package”。我怎样才能解决这个问题?
答案 0 :(得分:0)
设备菜单中的名称取自manifest.xml而不是PlayStore
<application
android:name="com.name.package"
android:icon="@mipmap/ic_launcher"
android:label="Home Point System"
android:theme="@style/AppTheme">
使用您的应用名称更改android:label