nyancrimew / KittenBoard

the perfect keyboard for all you little meow meows
78 stars 6 forks source link

Errors when compiling on Android studio #11

Open odmfl opened 2 years ago

odmfl commented 2 years ago

I would like to try the app and contribute to the project, only I can't build the apk on Android Studio.

"CreateProcess error=2,Cannot find the specified file"

ghost commented 2 years ago

I've tried to build it as well. I haven't gotten it to fully build yet, but here are a couple of notes:

rustup target add armv7-linux-androideabi 
rustup target add aarch64-linux-android

The final issue is an Android app dependencies issue. Here's a gist with the error (turns out this happened because I was trying to run Gradle Build from the terminal rather than Android Studio haha)

Now it builds fine