Lines Matching refs:Android
9 perlandroid - Perl under Android
14 to cross-compile Perl for Android 2.0 and later, using the
21 attempting to build Perl for Android.
37 =head2 Get the Android Native Development Kit (NDK)
46 As of 2014, most Android devices run on ARM, so that is generally a safe bet.
69 adb is the Android Debug Bridge. For our purposes, it's basically a way
70 of establishing an ssh connection to an Android device without having to
85 To use adb, download the Android SDK from L<https://developer.android.com/sdk/index.html>.
94 viable choice in the first place. Because Android doesn't have a F</tmp>,
103 step. F</mnt/asec> is mounted as a tmpfs in Android, but it's only
172 If you are targetting x86 Android, you will have to change C<$TARGETARCH-gcc>
185 While Google doesn't provide a native toolchain for Android,
207 L<Termux|https://termux.com/> provides an Android terminal emulator and Linux environment.
214 This certainly works on Android 8.1 (Oreo) at least...