Presentation is loading. Please wait.

Presentation is loading. Please wait.

ANDROID與OSGI平台整合.

Similar presentations


Presentation on theme: "ANDROID與OSGI平台整合."— Presentation transcript:

1 ANDROID與OSGI平台整合

2 LUMINIS的PROJECT

3 ANDROID - DALVIK VM Google Android 讓開發者用Java開發Android上的 應用程式,但不是用傳統的JVM,而是Dalvik VM 使用dx工具,產生可在Dalvik VM上執行的.dex檔

4 ANDROID BUILD aapt javac dx apkbuilder -u adb jarsigner
4 Source code Resources Assets Manifest Key Libraries Create packaged resource compile To Dalvik bytecodes Create unsigned apk Sign apk Publish or Test Packaged resource file Classes dex Unsigned apk Signed apk R javac dx apkbuilder -u adb jarsigner 資料來源: 4

5 準備BUNDLE 步驟一 將我們的.jar檔,輸出成.dex檔:
dx --dex --output=classes.dex JAR_file.jar 再將此.dex檔,放進.jar檔裡面: aapt add JAR_file.jar classes.dex 步驟二 開啟模擬器:emulator & 使用adb工具發布: adb push JAR_file.jar path_emulator/JAR_file.jar 步驟三 使用範例: find * -type f -exec adb push {} /data/felix/{} \;

6 目錄結構 – 下載OSGI-ANDROID.ZIP
\- bin \- bundle \- conf \- felix.sh

7 使用ADB工具 開啟shell指令: adb shell 進入push進去的資料夾: cd /data/felix
執行Unix來run背景: sh felix.sh

8 RUN動態模組程式- PAINT

9 使用LINUX作業系統 - UBUNTU 使用版本比較下載下列Project: svn checkout 網址
將android.home的value值,檔案目錄位置 改成自己的Android SDK所在位置 Run felix 的android程式即可動態使用paint

10 參考資料 Luminis官方網站 Luminis官方版ppt:
Luminis官方版ppt: framework-and-google-android.html


Download ppt "ANDROID與OSGI平台整合."

Similar presentations


Ads by Google