ArchitectAK / Android-Custom-Keyboard

Develop your own keyboard as per your design for your android phone
40 stars 27 forks source link

How to use this keyboard? #1

Closed hassanrazadev closed 6 years ago

hassanrazadev commented 6 years ago

I've download Android-Custom-Keyboard and after importing int Android Studio when I try to run it says "Error running app: Default activity not found"

ArchitectAK commented 6 years ago

Hi, thanks for trying out my keyboard. Its very old project here. Anyways You may follow below steps to use it on your device.

  1. Clone project.
  2. Build it in android studio.
  3. Generate APK file (Go to Build -> Build Bundle(s)/APK(s) -> Build APK(s)).
  4. Locate APK on file system.
  5. Install APK on connected device using adb command (adb install -r app-debug.apk)
  6. After installing, go to settings on device and make this keyboard default or optional.
  7. Open an app which open keyboard.
  8. Switch keyboard (while opened) if you have multiple keyboards on device.

Thats all..!!!!

hassanrazadev commented 6 years ago

Hello Ankit, Thanks for your response. I need little bit of help from you.. I've to develop an custom keyboard with stickers feature... Could you please help me to develop this?