Skip to content
Advertisement

Tag: android

Failed to install cryptography in Android Studio using Chaquopy

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

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

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 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

Advertisement