Last active
March 26, 2022 18:50
-
-
Save ItsOnlyBinary/6a9c54bb4e7044c810f8b57f1fce687a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JDK8 https://www.azul.com/downloads/?version=java-8-lts&os=windows&package=jdk | |
Node 12.x https://nodejs.org/download/release/v12.22.11/ | |
Android studio with Android 28 (I did 24-28) & Build-tools 28.0.3 (i did newest versions of 25.0.3 -> 29.0.3) | |
`npm remove -g nativescript && npm install -g [email protected]` | |
`git clone https://github.com/kiwiirc/kiwiirc-mobile.git && cd kiwiirc-mobile` | |
edit package.json change ns doctor to tns doctor | |
change `"setup": "git submodule update --init --recursive && yarn && cd kiwiirc && yarn && ns doctor"` | |
to `"setup": "git submodule update --init --recursive && yarn && cd kiwiirc && yarn && tns doctor"` | |
`yarn && yarn setup` | |
fix any warnings/errors from tns doctor | |
`cd kiwiirc-app` | |
`tns package-manager set yarn` | |
`tns run android` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment