fixing adb path

This commit is contained in:
Nabil Hachicha 2016-01-26 21:01:00 +00:00
parent 56aa718cee
commit 2eb8238101
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
rm -rf node_modules/realm node_modules/realm-tests
npm install realm realm-tests
cp ../../src/object-store/parser/queryTests.json node_modules/realm-tests/query-tests.json
adb reverse tcp:8081 tcp:8081
adb forward tcp:8082 tcp:8082
/opt/android-sdk-linux/platform-tools/adb reverse tcp:8081 tcp:8081
/opt/android-sdk-linux/platform-tools/adb forward tcp:8082 tcp:8082
react-native run-android