I want to use camelot-py in Android Studio using Chaquopy. But during installation of camelot-py, Gradle is unable to install cryptography Chaquopy version : 12.0.1 Android Gradle Plugin Version : 7.2.2 minSDK : 21 build.gradle (top-level): build.gradle (module-level): settings.gradle: Build Output: If anyone has any solution for this, plz help… Answer Chaquopy doesn’t currently provide such a new version of
Tag: android
How can i turn python to apk?
I am just a newbie on that things and I want to turn python to apk with android studio or whatever. I don’t really need anything to complex, I just want to open my codes output gui (I used turtle) when I open the app. Nothing else, thats all. It is probably complex process so you can just give me
service restart with buildozer cant find class?
i have tried many solutions and followed many guides but i cant get it to work i have a minimal code example here. this is my main.py: this is a my kv file: and this is my service.py same folder as main.py: this is the buildozer.spec and i have this output from buildozer android debug deploy run logcat i have
Will the data files be lost when I update my game apk in play store?
First things first, I’m very new to devloping android applications and games, so please bare with my poor knowledge of things. Thanks! So I’m developing a game in kivy, where the data such as money, items, level are started in a seperate py file. Essentially, there is a main.py and a data.py. Now if/when I update my game on play
Structure Android LogCat Text File to Structured Pandas DF
I want to convert lines of LogCat Text Files to structured Pandas DF. I cannot seem to properly conceptualize how I am going to do this…Here’s my basic pseudo-code: The problem is: I do not know how to properly define the delimiter with this structure 08-01 14:28:35.947 1320 1320 D wpa_xxxx: wlan1: skip–ssid Answer This will read each line of
Python: how do I can use android.show_keyboard for my android app?
I wrote a small pygame app that fills random colors on the device’s screen: But there are no UI elements (like in kivy) (but I can draw them), so I want to show/hide the keyboard from code. But I can’t find docs about android.show_keyboard and android.hide_keyboard My attempts: When I call android.show_keyboard(), I get an error saying that 2 args
How do I create an apk file from kivy with github
Is there a way to convert a kivy file to apk on github. I have been looking around online and there seems to be possible but I am not sure how to do it. If someone could help me I would be very thankfull because I cannot find a way to convert my kivy file to apk. I have tried
Loading Python 2D ndarray into Android for inference on TFLite
I’d like to test inference on a TensorFlow Lite model I’ve loaded into an Android project. I have some inputs generated in a Python environment I’d like to save to a file, load into my Android app and use for TFLite inference. My inputs are somewhat large, one example is: <class ‘numpy.ndarray’>, dtype: float32, shape: (1, 596, 80) I need
Python: how to open a file using system app on Android
The goal is top open a file in Android’s default app For example, an image in Gallery The file path is known. I’ve searched a lot but could not find any answer. (I am making a kivy app and then building an apk using Buildozer) Answer Found a solution, https://github.com/kivy/plyer/issues/500#issuecomment-565532048 This uses Fileprovider and pyjnius
Kivi: How to set Path for storing Output.txt file of Android app
I am making android app with kivy and python, I have function what will create record in TXT format, in my Project it is in same folder as the .PY file, but i know once i create .apk then it can be problem where the file will be stored. For example I would like to store that Tracking.txt file in