https://github.com/holepunchto/hyperclip-android
https://github.com/holepunchto/hyperclip-android
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/holepunchto/hyperclip-android
- Owner: holepunchto
- License: apache-2.0
- Created: 2024-07-29T11:22:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:21:32.000Z (9 months ago)
- Last Synced: 2024-11-16T05:11:59.581Z (6 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pears - hyperclip-android - send clipboard content from Desktop to Android (**Awesome Pears 🍐** / Pears)
- awesome-pears - hyperclip-android - send clipboard content from Desktop to Android (**Awesome Pears 🍐** / Pears)
README
# Bare on Android
Hyperclip is an example of embedding Bare in an Android application using .
You need [Hyperclip-desktop](https://github.com/holepuncto/hyperclip-desktop) to send clipboard content from Desktop to Android.
# Pre-requisites
Android SDK API level: >=24# Setup Instructions
1. Clone this repository
2. Update the submodules `git submodule update --init --recursive `
2. Run `npm install -g bare-dev && npm i `
3. Accept Android Licenses `bare-dev android sdk licenses accept`
4. Replace `HYPERCLIP_DESKTOP_KEY` in app.js with the key you get from hyperclip-desktop
5. Build the App `bare-dev build`
6. Run the application `bare-dev android run`
## License
Apache-2.0