Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DDMS 浏览我的应用程序的安装文件夹/data/data/com.my.app,但找不到资产文件夹的位置。我使用 URI 在我的应用程序中使用它file:///android_assets/...
/data/data/com.my.app
file:///android_assets/...
我找不到资产文件夹在哪里
那是因为设备上没有资产文件夹。资产(如您的资源)被打包到 APK 文件中。资产不会作为 APK 安装的一部分进行解压缩。file:///android_asset/,对于那些了解它的东西,知道在您的 APK 中查看资产的内部。
file:///android_asset/