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
But I am getting this error. Though my audio file and python file are in the same folder.
UserWarning: Could not import scikits.samplerate. Falling back to scipy.signal
2020-05-31 19:08:19.216 6600-6600/com.example.chao D/AndroidRuntime: Shutting down VM
2020-05-31 19:08:19.275 6600-6600/com.example.chao E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.chao, PID: 6600
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.chao/com.example.chao.MainActivity}: com.chaquo.python.PyException: FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Dell\Desktop/android-demo-app-master/chao/app/src/main/python'
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3448)
The text was updated successfully, but these errors were encountered:
import librosa as lr
def test():
But I am getting this error. Though my audio file and python file are in the same folder.
UserWarning: Could not import scikits.samplerate. Falling back to scipy.signal
2020-05-31 19:08:19.216 6600-6600/com.example.chao D/AndroidRuntime: Shutting down VM
2020-05-31 19:08:19.275 6600-6600/com.example.chao E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.chao, PID: 6600
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.chao/com.example.chao.MainActivity}: com.chaquo.python.PyException: FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Dell\Desktop/android-demo-app-master/chao/app/src/main/python'
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3448)
The text was updated successfully, but these errors were encountered: