Difference between revisions of "Android"

From Wasya Wiki
Jump to: navigation, search
(Run Emulator)
(Build)
Line 26: Line 26:
  
 
It's here: /Users/piousbox/projects/react/pi_native/android/app/build/outputs/apk
 
It's here: /Users/piousbox/projects/react/pi_native/android/app/build/outputs/apk
 +
 +
From: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html
 +
npm install -g exp
 +
exp build:android

Revision as of 20:33, 13 August 2018

Develop

pi_native, that's the newsitems app

Run Emulator

/Users/piousbox/Library/Android/sdk/tools/emulator -avd Nexus_5X_API_26

What's this thing?

 ./node_modules/.bin/react-native run-android

Reload App in Emulator

adb shell input keyevent 82
R+R

Build

From: https://facebook.github.io/react-native/docs/signed-apk-android

Generate key, then

 ./gradlew assembleRelease

It's here: /Users/piousbox/projects/react/pi_native/android/app/build/outputs/apk

From: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

npm install -g exp
exp build:android