开发者

Android "Manage Applications" shows my app name as my package name instead of a friendly name

开发者 https://www.devze.com 2022-12-16 10:38 出处:网络
Manage applications shows my app as \"com.mydomain.myapp\" instead of \"My Ap开发者_如何学Pythonp\".What do I need to change?Here\'s my problem.In the manifest, this was at the activity level instead

Manage applications shows my app as "com.mydomain.myapp" instead of "My Ap开发者_如何学Pythonp". What do I need to change?


Here's my problem. In the manifest, this was at the activity level instead of the app level. android:label="@string/app_name">


I also just had this problem.

As you said, must include android:label="@string/app_name" at < application level. I also performed a "Clean Project". These two things fixed the issue for me.


I had same problem

I think this happens because build project does not affect the manifest file change on the go

first I clean the project and then restarted the emulator

after that project installed with my nice app name.

0

精彩评论

暂无评论...
验证码 换一张
取 消