-
Notifications
You must be signed in to change notification settings - Fork 51
Building the project
I work on Linux (Ubuntu 18.04) and for everything related with writing this app I use Android Studio. You can use Android Studio to clone, download and build the source or you can do it manually as described below.
Prerequisites: make sure you have Android Studio installed along with the latest build tools (BeHe is currently being built with API 29) and the latest version of the Gradle plug-in (BeHe is using version 3.5.1).
-
Step 1 - Open Android Studio (and get a fire extinguisher 'cause your CPU is about to get hot lol)
-
Step 2 - If this is your first time running Android Studio or you haven't opened any projects yet, then you'll be greeted with this page:
If so, then click on
Check out project from version control
and select Git. You'll be prompted with this dialog:Paste the following into the URL box:
https://github.com/VladThodo/behe-keyboard.git
and then pressClone
. The project will be cloned and added to Android Studio.
Want to contribute to this Wiki? Clone it and send a pull request!