logseq/mobile.md

19 lines
844 B
Markdown
Raw Normal View History

2021-09-26 09:23:32 +00:00
## install list:
2021-09-18 06:44:19 +00:00
* Android studio
2021-09-26 09:23:32 +00:00
* SDK 30
2021-09-18 06:44:19 +00:00
* other sdk tools in Android studio preference setting https://capacitorjs.com/docs/getting-started/environment-setup
* change the server url in capacitor.config.json with your local ip:3001 (run ifconfig to check)
* run `yarn && yarn app-watch`
2021-09-18 06:44:19 +00:00
* in another console, run `npx cap open android`
* create Android virtual device in Android studio
* click the run button in Android stutio to run the project
* after logseq startup in Android virtual device, repl should be able to connect
* for browser console print and devtool remote debug, open chrome, type url chrome://inspect/#devices, you should see your device there, click inspect
2021-09-26 09:23:32 +00:00
## Develop without opening Android Studio
1. brew install gradle
2021-09-26 10:13:04 +00:00
2. make sure java version using 11
3. cd web/android && gradle wrapper
4. install android sdk 30