36 11A 求助
时间:10-02
整理:3721RD
点击:
本人刚上路,想把11A里面的helloworld模块在模拟器上显示出来,修改了helloworld的.res文件,如下:
#include "mmi_features.h"
#include "custresdef.h"
<?xml version="1.0" encoding="UTF-8"?>
<APP id="VAPP_HELLOWORLD" package_name="native.mtk.helloworld" name="STR_APP_HELLOWORLD"
img="IMG_ID_APP_HELLO_WORLD" launch="vapp_hello_world_launch" type="venus">
<STRING id = "STR_APP_HELLOWORLD"/>
<IMAGE id = "IMG_ID_APP_HELLO_WORLD">RES_IMG_ROOT"\\\\MainLCD\\\\Default\\\\Helloworld\\\\Hello.png"</IMAGE>
<MENU id="MENU_ID_HELLOWORLD" type="APP_MAIN" str="STR_APP_HELLOWORLD" img="IMG_ID_APP_HELLO_WORLD">
</MENU>
<!-- Helloworld App will use Helloworld CUI -->
<MEMORY heap="1024*300" cui="VCUI_HELLOWORLD" />
<LAYOUT file="vapp_helloworld.xml" />
</APP>
但结果是:图片显示的是小红叉,字符串显示的是STR_APP_HELLOWORLD
是不是还有其他文件需要修改啊?
哪位大侠指点指点!先谢了![3721RD
#include "mmi_features.h"
#include "custresdef.h"
<?xml version="1.0" encoding="UTF-8"?>
<APP id="VAPP_HELLOWORLD" package_name="native.mtk.helloworld" name="STR_APP_HELLOWORLD"
img="IMG_ID_APP_HELLO_WORLD" launch="vapp_hello_world_launch" type="venus">
<STRING id = "STR_APP_HELLOWORLD"/>
<IMAGE id = "IMG_ID_APP_HELLO_WORLD">RES_IMG_ROOT"\\\\MainLCD\\\\Default\\\\Helloworld\\\\Hello.png"</IMAGE>
<MENU id="MENU_ID_HELLOWORLD" type="APP_MAIN" str="STR_APP_HELLOWORLD" img="IMG_ID_APP_HELLO_WORLD">
</MENU>
<!-- Helloworld App will use Helloworld CUI -->
<MEMORY heap="1024*300" cui="VCUI_HELLOWORLD" />
<LAYOUT file="vapp_helloworld.xml" />
</APP>
但结果是:图片显示的是小红叉,字符串显示的是STR_APP_HELLOWORLD
是不是还有其他文件需要修改啊?
哪位大侠指点指点!先谢了![3721RD
有的可以显示,有的不行,不知道是什么原因。同求原因··