简体   繁体   English

如何访问file:/// android_assets /中的文件?

[英]How to access files in file:///android_assets/?

Is it possible to access the files inside 是否可以访问其中的文件

file:///android_assets/ 文件:/// android_assets /

of an installed android application(in emulator or actual device) through DDMS or any other tool? DDMS或任何其他工具安装的Android应用程序(在仿真器或实际设备中)的安装?

If yes, how? 如果是,怎么办?

That folder is inside the .APK, therefore you need to find it, download it into your computer and unzip it. 该文件夹位于.APK内部,因此您需要找到它,然后将其下载到计算机中并解压缩。

Yes, you can do it trough DDMS or trough adb, but you probably need to have the device rooted first. 是的,您可以通过DDMS或adb来完成此操作,但是您可能需要首先将设备植根。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法从android_assets访问张量模型 - Unable to access tensor model from android_assets file:// android_assets /和http://someurl.com/之间的区别? - Difference between file://android_assets/ and http://someurl.com/? 科尔多瓦路径资产,而不是android_assets - Cordova path assets instead of android_assets 如何打开 html 页面按摩锥(file:///android_assets/html/1%20html ERR_FILE_NOT_FOUND) - how to open html page a massage cones up ( file:///android_assets/html/1%20html ERR_FILE_NOT_FOUND) 科尔多瓦| ERR_FILE_NOT_FOUND(文件:///android_assets/www/index.html) - Cordova | ERR_FILE_NOT_FOUND(file:///android_assets/www/index.html) 科尔多瓦网::ERR_FILE_NOT_FOUND(file:///android_assets/www/) - Cordova net::ERR_FILE_NOT_FOUND(file:///android_assets/www/) 找不到请求的文件./android_assets/www/pica.html - The requested file was not found./android_assets/www/pica.html Android - 来自WebView中android_assets的html,CSS未在ICS中加载 - Android - html from android_assets in WebView, CSS not loading in ICS Android ICS上的WebView,android_assets的iframe问题 - WebView on Android ICS, iframe problems with android_assets 是否有必要将“android_assets”文件夹添加到我的应用程序的主目录中? - Is it necessary to add an “android_assets” folder to my app's main?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM