当前位置: 代码迷 >> Android >> android STK的有关问题?
  详细解决方案

android STK的有关问题?

热度:58   发布时间:2016-05-01 22:08:09.0
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.
  相关解决方案