首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android STK的有关问题?

2012-04-11 
android STK的问题???请教如何让stk显示出来,在bsp中如何设置,编译出stk.apk[解决办法]Step One:“STK” nee

android STK的问题???
请教如何让stk显示出来,在bsp中如何设置,编译出stk.apk

[解决办法]
Step One:
 
 “STK” need to be added into PRODUCT_PACKAGES list in device/[yourDeviceName]/[codeName]/[codeName].mk.

Step Tow:
 
Go to stk project ,find Android.mk file, add "include $(call all-makefiles-under,$(LOCAL_PATH))"

After the two steps, you need clean build(clean the out folder),then you will see the stk.apk after built.

热点排行