Sk Sahil
Sk Sahil
##see the link https://github.com/neovim/neovim/issues/13623#issuecomment-752353493
Picking mirror: https://termux.mentality.rip/termux-packages-24 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package jq [!] Error installing jq, Terminating...
### Checklist - [ ] the issue is indeed a bug and not a support request - [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a...
I have build a app which is saving file into android sdcard (internal memory ) ..i have put all required permission in buildozer and android.permissions = INTERNET,ACCESS_NETWORK_STATE,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE and i have...
I build hello world app with test mode but no test ads showing .
i have changed other things app id and add ids should i change this for my app ? android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0' if yes please tell me how to get that...
i was writing code for tts https://developer.android.com/reference/android/speech/tts/UtteranceProgressListener ```python class OnProgressListener(PythonJavaClass): __javainterfaces__ = ['android/speech/tts/UtteranceProgressListener'] _callback=None def __init__(self,callback): super().__init__() self._callback=callback @java_method('(Ljava/lang/String;)V') def onStart(self,utteranceId): print("pykivdroid-----onStart") @java_method('(Ljava/lang/String;Z)V') def onStop(self,utteranceId,interrupted): print("pykivdroid-----onStop") @java_method('(Ljava/lang/String;III)V') def onRangeStart(self, utteranceId,...
OS: kubuntu 22.04 python 3.10 kivy 2.1.0 log qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/.local/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because...
I have added 'user' mode in android orientation.py elif:mode =="user": activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_USER)
Python 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from plyer import tts >>> tts.speak('hello') Traceback (most recent...