当前位置: 代码迷 >> Android >> android 设置里面运用程序的名字如何修改
  详细解决方案

android 设置里面运用程序的名字如何修改

热度:30   发布时间:2016-05-01 10:25:23.0
android 设置里面运用程序的名字怎么修改

开发了一个android 软件,名字是helloJason。我在删除它的时候,在设置里面它的名字叫com.android.hello,为什么不是helloJason,请问怎么修改?
Android app

------解决方案--------------------
你看下你的
 <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
  相关解决方案