读书人

android STK的有关问题?

发布时间: 2012-04-11 17:42:33 作者: rapoo

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.

读书人网 >Android

热点推荐