android STK的有关问题?

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.