S B C X U s e r ' s G u i d e
v . 1 . 0 . 1
information on how the emulator provided with the Android SDK works. In
particular, check the Keymapping table to know how to navigate the
Android GUI on the emulator. Android Studio provides a tool to manage
the emulators.
7.7.1.6
Android Tools
Please refer to Android Tools page
(
http://developer.android.com/tools/help/index.html
) for detailed
information on the available useful tools, including:
●
ADT (
http://developer.android.com/tools/help/adt.html
): a plugin for Eclipse
that provides a suite of tools that are integrated with the Eclipse IDE. It
offers you access to many features that help you develop Android
applications quickly. ADT provides GUI access to many of the command
line SDK tools as well as a UI design tool for rapid prototyping, designing,
and building of your application's user interface.
●
Android Debug Bridge (
http://developer.android.com/tools/help/adb.html
):
Android Debug Bridge (adb) is a versatile command line tool that lets you
communicate with an emulator instance or connected Android-powered
device. It is a client-server program that includes three components:
◾
A client, which runs on your development machine. You can invoke a
client from a shell by issuing an adb command. Other Android tools
such as the ADT plugin and DDMS also create adb clients.
◾
A server, which runs as a background process on your development
machine. The server manages communication between the client and
the adb daemon running on an emulator or device.
◾
A daemon, which runs as a background process on each emulator or
device instance.
You can find the adb tool in <sdk>/platform-tools/.
7.7.2
Android porting on SBCX
Android relies on the Linux kernel version 3.x, so, like many other linux
systems, booting it is straightforward once a working Linux kernel image
and a pre-built root file system are available. Please refer to section 6.4.2
for detailed information on how to run Android on the SBCX.
The porting on SBCX consisted in:
●
patching the i.MX6 Android kernel source tree with the SBCX carrier board/
Axel Lite SOM modifications
December, 2019
113/139
Summary of Contents for SBC AXEL
Page 2: ...S B C X U s e r s G u i d e v 1 0 1 Page intentionally left blank December 2019 2 139 ...
Page 105: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 105 139 ...
Page 106: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 106 139 ...
Page 107: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 107 139 Fig 44 QtQuick Hello World ...
Page 119: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 119 139 ...
Page 121: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 121 139 ...
Page 139: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 139 139 ...