You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi my name is ian, and I’ve been trying to compile my kivy app into apk but i keep getting an error on the logcat that the sounddevice.py line 71 the portaudio library is not found. I checked the files that were copied during the compiling process and i noted that _sounddevice_data folder was missing when the sounddevice package was being installed by the requirements.txt on my buildozer.spec file. I’ve tried copying the folder to my google colab then compiling the app and still the error appears on my logcat, how can i install the right sounddevice package that will install the _sounddevice_data folder that contains the portaudio64bit.dll file??
The text was updated successfully, but these errors were encountered:
Hi my name is ian, and I’ve been trying to compile my kivy app into apk but i keep getting an error on the logcat that the sounddevice.py line 71 the portaudio library is not found. I checked the files that were copied during the compiling process and i noted that _sounddevice_data folder was missing when the sounddevice package was being installed by the requirements.txt on my buildozer.spec file. I’ve tried copying the folder to my google colab then compiling the app and still the error appears on my logcat, how can i install the right sounddevice package that will install the _sounddevice_data folder that contains the portaudio64bit.dll file??
The text was updated successfully, but these errors were encountered: