30.11.2012 Views

Questions

Questions

Questions

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• From out root repository, we can build the application<br />

android@ubuntu:~/imx-android/r13.3/vendor/acme/WeatherListWidget$ cd ~/imx-android/r13.3<br />

android@ubuntu:~/imx-android/r13.3$ make –j2<br />

We can check the output of the build process to confirm the application is built<br />

• Verify the APK is in our system image<br />

android@ubuntu:~/imx-android/r13.3$ cd out/target/product/sabresd_6q/system<br />

android@ubuntu:~/imx-android/r13.3/out/target/product/sabresd_6q/system$ find . –name *.apk<br />

We can check if our APK is in the system image….and it is NOT! Why?<br />

• We need to instruct build process the package is part of our product<br />

android@ubuntu:~/imx-android/r13.3/out/target/product/sabresd_6q/system$ cd ~/imx-android/r13.3<br />

android@ubuntu:~/imx-android/r13.3$ cd device/fsl/imx6<br />

android@ubuntu:~/imx-android/r13.3/device/fsl/imx6$ vi imx6.mk<br />

TM<br />

30<br />

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis,<br />

mobileGT, PowerQUICC, Processor Expert, QorIQ, Qorivva, StarCore, Symphony and VortiQa are trademarks of Freescale Semiconductor, Inc.,<br />

Reg. U.S. Pat. & Tm. Off. Airfast, BeeKit, BeeStack, CoreNet, Flexis, MagniV, MXC, Platform in a Package, QorIQ Qonverge, QUICC Engine,<br />

Ready Play, SafeAssure, the SafeAssure logo, SMARTMOS, TurboLink, Vybrid and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All<br />

other product or service names are the property of their respective owners. © 2012 Freescale Semiconductor, Inc.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!