The pyperclip module is not letting my android app launch. It closes as soon as I run the app on my phone. It works fine on Windows though.
Using Kivy to code the application Using Buildozer to pack an APK
import pyperclip as syscopy
syscopy.copy("Hi There")