Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的渗透测试,我需要重命名/创建 APK,以便文件名中有“&”,我做了一些尝试,但还没有注意到。
我曾尝试在 Eclipse 中使用“&”创建新的 APK,但我无法使用这样的名称创建 APK。如何用这样的名称编译 APK?
您可以创建您的 .apk 并根据需要重命名:myApp&Game.apk. 例如,我有一个项目会生成一个名为 .apk 的文件,Appsys.apk然后我将其重命名为AntNews.apk
myApp&Game.apk
Appsys.apk
AntNews.apk
但如果您想更改应用程序的名称,只需将 html 代码添加到您的strings.xml
strings.xml
<string name="app_name">myApp&Game</string>