Flex Builder 4 移动设备修改应用程序属性
我正在 Flex Builder 4(iOS 和 Android)中构建一个应用程序,并且我的应用程序几乎已完成并准备好部署。不幸的是,我找不到如何更改应用程序图标和标题以供系统读取,因此我的应用程序仍然显示为 Main
,并在启动器中使用默认包符号。有谁知道在哪里应用这些属性的更改?
I am building an app in Flex Builder 4 (iOS and Android) and have my app worked almost to completion and about ready for deployment. Unfortunately, I cannot find how to change the app icon and title for the system to read, so my app still shows up as Main
with the default package symbol in the launcher. Does anyone know where to apply changes to these properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在项目的
.xml
文件中编辑这些详细信息。它将位于src
文件夹的根目录中,名称类似于MyProject-app.xml
。双击它,您可以编辑文件名、版本号、图标等。注意:默认视图是
Design
,我发现在Source
中编辑要容易得多看法。You need to edit these details in the
.xml
file for your project. It will be located in the root of yoursrc
folder and will be named something likeMyProject-app.xml
. Double click this, there you can edit the filename, version number, icon, etc.NOTE: the default view is
Design
, i found it much easier to edit in theSource
view.