Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/expo/docs/pages/workflow/
H A Dandroid-studio-emulator.mdx2 title: Android Studio Emulator
3 description: Learn how to set up the Android Emulator to test your app on a virtual Android device.
12 ## Set up Android Studio's tools
28 …en Android Studio, go to **Settings** > **Languages & Frameworks** > **Android SDK**. From t…
35 alt="Android SDK build tools."
44 alt="Android SDK location."
64 'export ANDROID_HOME=$HOME/Library/Android/sdk',
93 alt="Android Studio configure."
105 alt="Android Studio create virtual device."
157 And from the Android SDK platform-tool directory:
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A D.tests.env6 # Android SDK Build Tools revision
8 # Android API Level we build with
10 # Google APIs for Android level
12 # Minimum Android API SDK Level we target
16 # Android Image SDK level to install on the emulator
19 # Android Virtual Device name
21 # ABI to use in Android Virtual Device
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A D.tests.env6 # Android SDK Build Tools revision
8 # Android API Level we build with
10 # Google APIs for Android level
12 # Minimum Android API SDK Level we target
16 # Android Image SDK level to install on the emulator
19 # Android Virtual Device name
21 # ABI to use in Android Virtual Device
/expo/docs/.vale/writing-styles/expo-docs/
H A DPlatformsOrder.yml2 message: "When referencing multiple platforms, use the order: 'Android, iOS, and web'."
8 - iOS, Android, and web
9 - web, iOS and Android
10 - iOS and Android
/expo/packages/expo-screen-capture/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
29 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
35 - On Android, migrated to Expo Modules API. ([#22208](https://github.com/expo/expo/pull/22208) by […
39 - Android: Switch from deprecated `toLowerCase` to `lowercase` function ([#22225](https://github.co…
49 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
65 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
71 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
103 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
109 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
142 …en-capture` module with support for preventing screen capture on iOS and Android ([#8326](https://…
/expo/packages/expo-test-runner/src/
H A DPlatform.ts3 Android = 1 << 2, enumerator
4 Both = iOS | Android,
/expo/packages/expo-dev-launcher/android/
H A DREADME.md6 1. Be sure to have the Android [SDK](https://developer.android.com/studio/index.html) and [NDK](htt…
7 2. Be sure to have a `local.properties` file in this folder that points to the Android SDK and NDK
9 ndk.dir=/Users/{username}/Library/Android/sdk/ndk-bundle
10 sdk.dir=/Users/{username}/Library/Android/sdk
/expo/docs/pages/versions/unversioned/sdk/
H A Dnavigation-bar.mdx3 …: A library that provides access to various interactions with the native navigation bar on Android.
12 …es you to modify and observe the native navigation bar on Android devices. Due to some Android pla…
16 …mpact when "Gesture Navigation" is enabled on the Android device. There is currently no native And…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnavigation-bar.mdx3 …: A library that provides access to various interactions with the native navigation bar on Android.
12 …es you to modify and observe the native navigation bar on Android devices. Due to some Android pla…
16 …mpact when "Gesture Navigation" is enabled on the Android device. There is currently no native And…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnavigation-bar.mdx3 …: A library that provides access to various interactions with the native navigation bar on Android.
12 …es you to modify and observe the native navigation bar on Android devices. Due to some Android pla…
16 …mpact when "Gesture Navigation" is enabled on the Android device. There is currently no native And…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dnavigation-bar.mdx3 …: A library that provides access to various interactions with the native navigation bar on Android.
12 …es you to modify and observe the native navigation bar on Android devices. Due to some Android pla…
16 …mpact when "Gesture Navigation" is enabled on the Android device. There is currently no native And…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnavigation-bar.mdx3 …: A library that provides access to various interactions with the native navigation bar on Android.
12 …es you to modify and observe the native navigation bar on Android devices. Due to some Android pla…
16 …mpact when "Gesture Navigation" is enabled on the Android device. There is currently no native And…
H A Ddevice.mdx38 Device.brand; // Android: "google", "xiaomi"; iOS: "Apple"; web: null
70 Device.modelId; // iOS: "iPhone7,2"; Android: null; web: null
80 Device.designName; // Android: "kminilte"; iOS: null; web: null
90 Device.productName; // Android: "kminiltexx"; iOS: null; web: null
124 Device.osName; // Android: "Android"; iOS: "iOS" or "iPadOS"; web: "iOS", "Android", "Windows"
134 Device.osVersion; // Android: "4.0.3"; iOS: "12.3.1"; web: "11.0", "8.1.0"
144 Device.osBuildId; // Android: "PSR1.180720.075"; iOS: "16F203"; web: null
154 Device.osInternalBuildId; // Android: "MMB29K"; iOS: "16F203"; web: null,
159 **Android only.** A string that uniquely identifies the build of the currently running system OS. O…
178 Device.platformApiLevel; // Android: 19; iOS: null; web: null
[all …]
/expo/docs/pages/guides/
H A Dlocal-app-development.mdx20 <Collapsible summary="Android">
26 … up your development environment on macOS for Android, you will install Node.js, Watchman, JDK, an…
67 #### Install and configure Android Studio
69 Android Studio allows installing Android SDK, Android SDK Platform, and Android Virtual Device. The…
75 …set up your development environment on Windows for Android, you will install Node.js, JDK, and And…
103 #### Install and configure Android Studio
105 Android Studio allows installing Android SDK, Android SDK Platform, and Android Virtual Device. The…
111 … up your development environment on Linux for Android, you will install Node.js, Watchman, JDK, an…
137 #### Install and configure Android Studio
139 Android Studio allows installing Android SDK, Android SDK Platform, and Android Virtual Device. The…
[all …]
/expo/packages/expo-speech/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
27 - Migrated Android codebase to use Expo modules API. ([#23862](https://github.com/expo/expo/pull/23…
37 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
53 - Added utterance word tracking support for iOS and Android. This allows the ability to highlight e…
57 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
73 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
79 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
104 - Rewritten Android code to Kotlin. ([#14008](https://github.com/expo/expo/pull/14008) by [@barthap…
114 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
121 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
[all …]
/expo/packages/unimodules-app-loader/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
25 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
39 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
51 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
57 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
83 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
89 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
/expo/packages/expo-local-authentication/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
23 - [Android] Migrate to use Expo Modules API. ([#24083](https://github.com/expo/expo/pull/24083) by …
54 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
90 - Add the ability to set confirmation requirement on Android. ([#16793](https://github.com/expo/exp…
143 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
166 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
194 - Fixed `cancelAuthenticate` not working in Android as expected. ([#10482](https://github.com/expo/…
205 - Added missing biometric permission to Android. ([#8692](https://github.com/expo/expo/pull/8692) b…
206 - Use hardcoded system feature strings to support Android SDK 28. ([#9034](https://github.com/expo/…
217 - Added iris local authentication type for Android. ([#8431](https://github.com/expo/expo/pull/8364…
[all …]
/expo/packages/expo-intent-launcher/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
35 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
55 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
75 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
87 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
93 - Rewrite Android code to Kotlin. ([#14479](https://github.com/expo/expo/pull/14479) by [@kkafar](h…
116 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
122 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
/expo/packages/expo-secure-store/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
19 - [Android] Migrated to Expo Modules API. ([#23804](https://github.com/expo/expo/pull/23804) by [@b…
43 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
47 - Added automatic invalidated key handling on Android. ([#22716](https://github.com/expo/expo/pull/…
63 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
77 - Changed `requireAuthentication` option to also require biometrics on iOS (matches Android behavio…
87 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
93 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
125 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
131 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
[all …]
/expo/tools/src/commands/
H A DClientInstall.ts3 import { Android, Config, Simulator, Versions } from '@expo/xdl';
49 const devices = await Android.getAttachedDevicesAsync();
69 await Android.uninstallExpoAsync(device);
75 await Android.installExpoAsync({ url: clientUrl, device });
79 await Android.getAdbOutputAsync([
/expo/packages/expo-eas-client/android/
H A D.gitignore3 ### Android ###
32 # Android Studio Navigation editor temp files
35 # Android Studio captures folder
46 # External native build folder generated in Android Studio 2.2 and later
54 ### Android Patch ###
58 # Covers files to be ignored for android development using Android Studio.
80 # Android Studio
90 # Android Patch
92 # External native build folder generated in Android Studio 2.2 and later
154 # Crashlytics plugin (for Android Studio and IntelliJ)
[all …]
/expo/packages/expo-screen-capture/android/
H A D.gitignore3 ### Android ###
32 # Android Studio Navigation editor temp files
35 # Android Studio captures folder
46 # External native build folder generated in Android Studio 2.2 and later
54 ### Android Patch ###
58 # Covers files to be ignored for android development using Android Studio.
80 # Android Studio
90 # Android Patch
92 # External native build folder generated in Android Studio 2.2 and later
154 # Crashlytics plugin (for Android Studio and IntelliJ)
[all …]
/expo/packages/expo-network/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
33 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
47 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
69 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
75 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
98 - Rewrite Android code to Kotlin. ([#14474](https://github.com/expo/expo/pull/14474) by [@kkafar](h…
108 - Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://g…
118 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
132 - Fixed issue on Android where apps would crash when calling `getIpAddressAsync` when using cellula…
/expo/packages/expo-modules-test-core/android/
H A D.gitignore4 ### Android ###
33 # Android Studio Navigation editor temp files
36 # Android Studio captures folder
47 # External native build folder generated in Android Studio 2.2 and later
55 ### Android Patch ###
59 # Covers files to be ignored for android development using Android Studio.
81 # Android Studio
91 # Android Patch
93 # External native build folder generated in Android Studio 2.2 and later
155 # Crashlytics plugin (for Android Studio and IntelliJ)
[all …]
/expo/packages/expo-store-review/
H A DCHANGELOG.md7 - Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by …
29 - Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22…
43 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
49 - Migrated Android implementation to Expo Modules API. ([#19898](https://github.com/expo/expo/pull/…
65 - Fixed null pointer exception when store review request failed on Android. ([#16365](https://githu…
71 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
77 - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://githu…
127 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
143 - [expo-store-review] Fix Android crash in failure path ([#10265](https://github.com/expo/expo/pull…
149 … Review](https://developer.android.com/guide/playcore/in-app-review) for Android. ([#9607](https:/…

12345678910>>...42