Skip to content

Commit 6712ba3

Browse files
fix: update Android emulator configuration for improved performance
1 parent 89b29d1 commit 6712ba3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

example/rn-harness.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ const config = {
2020
runners: [
2121
androidPlatform({
2222
name: 'android',
23-
device: androidEmulator('Pixel_8_API_35', {
24-
apiLevel: 35,
25-
profile: 'pixel_6',
26-
diskSize: '1G',
27-
heapSize: '1G',
23+
device: androidEmulator('Pixel_API_34', {
24+
apiLevel: 34,
25+
target: 'google_apis',
26+
diskSize: '6G',
27+
heapSize: '4096M',
2828
}),
2929
bundleId: 'mendixnative.example',
3030
}),

0 commit comments

Comments
 (0)