chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
753 stars 129 forks source link

No such file or directory #279

Closed sayan-sen closed 4 years ago

sayan-sen commented 4 years ago

Where should i store external files which are required in the pyhton scripts in my android app? I guess my files should be somewhere in between: /data/user/0/com.example.myapplication/files/chaquopy/AssetFinder/app/ But how to access this directory in emulator? How to view this dir in Android studio?

mhsmith commented 4 years ago

You can store the files in your source code directory: see #144.

You can view the corresponding directory on the device using the Device File Explorer.