-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing Gradle files #23
Comments
Hi, I saw that you've forked this repo and decided to drop some of my ideas. Since I wasn't sure if you were interested in making changes to the application, and I couldn't access the Issues tab in your repository, I posted these tickets here. Sorry for reaching out like this, but I couldn't find another way. If you are really interested in developing Noterly further, please consider them. |
Hi @nvllz, |
Hey! I've just wrote a quick update in the discussions board for the project. I will look into adding these files into version control when I can, in the meantime, would running |
You'll need to either install an Android emulator (using android studio) or use a physical android device (with usb debugging enabled). It should then show in the list and vscode will ask you when running |
I've looked through the repo project files and cannot find gradlew and gradlew.bat (there's also more but I don't know which others are missing btw)
These 2 files are important for building an android app, as github can then automate that. Say someone has a PR that needs to be tested with the APK, with these files it can be built quickly for you to test and approve. Please look into this :)
The text was updated successfully, but these errors were encountered: