android Hello驅動(JNI,HAL,驅動,Framework下引用第三方jar包)

1:Android架構實例分析之註冊hello HAL的JNI方法表html

https://blog.csdn.net/eliot_shao/article/details/51864811

2:Android架構實例分析之編寫hello驅動的系統硬件服務 (帖子最後還講了如何編譯framework/base目錄下的模塊並打包)android

https://blog.csdn.net/eliot_shao/article/details/51888035

3:android 修改framework下資源文件後如何編譯打包上傳架構

http://www.bkjia.com/Androidjc/866440.html

4:Android架構實例分析之編寫hello驅動的HAL層代碼.net

https://blog.csdn.net/eliot_shao/article/details/51861905

5:如何在framework/base下引用第三方的jar包,舉例以下:(打開Android.mk不對勁?可能我還不明白)code

先將SpeechApi.jar放在framework/base/下
 在framework/base/Android.mk文件下增長代碼
include $(BUILD_PACKAGE)
LOCAL_STATIC_JAVA_LIBRARIES:= kdxf
LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := kdxf:SpeechApi.jar
include $(BUILD_MULTI_PREBUILT)

6:framework調用第三方的Jar包(很清楚,能看得明白,很重要)htm

https://blog.csdn.net/jack_liu_2008/article/details/49764131

7:Android 6.0中添加硬件抽象層(HAL)blog

https://blog.csdn.net/fantasy_wxe/article/details/52014788
相關文章
相關標籤/搜索