https://github.com/techplexengineer/bionic-bluetooth-serial-chat-meteor
https://github.com/techplexengineer/bionic-bluetooth-serial-chat-meteor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techplexengineer/bionic-bluetooth-serial-chat-meteor
- Owner: TechplexEngineer
- Created: 2021-12-11T19:31:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T12:59:23.000Z (over 4 years ago)
- Last Synced: 2025-01-07T23:36:30.091Z (over 1 year ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
bionic-serial-chat-meteor
=========================
Prerequisites
1. Meteor
2. Android SDK
Run on Device:
`meteor run android-device --mobile-server http://10.42.0.5:3000`
Run in emulator
`meteor run android`
Depends on:
- https://github.com/TechplexEngineer/Cordova-Plugin-Bionic-BluetoothSerial
## OSX
`brew install android-commandlinetools`
for SdkManager
`sdkmanager --install "build-tools;30.0.3"`
`sdkmanager --install "platforms;android-30"`
to find path for sdk root
`sdkmanager --list_installed --verbose`
setup env var
`export ANDROID_SDK_ROOT=/usr/local/share/android-commandlinetools`
Need gradle to build
`brew install gradle`
list devices
`/usr/local/share/android-commandlinetools/platform-tools/adb devices`
```
List of devices attached
R9JR808ES7J device
```
`meteor npm install`
`meteor run android-device --mobile-server http://:3000`