AnsroidStudio中提示:Failed to find configured root that contain
生活随笔
收集整理的這篇文章主要介紹了
AnsroidStudio中提示:Failed to find configured root that contain
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
場景
在配置應用更新時下載完安裝包之后進行安裝中的提示:
?Error = Failed to find configured root that contain
?
博客:
https://blog.csdn.net/badao_liumang_qizhi
關注公眾號
霸道的程序猿
獲取編程相關電子書、教程推送與免費下載。
實現
在配置的file_path.xml中添加如下代碼
?<root-path name="root_path" path="."/>完整file_path.xml示例代碼
<?xml version="1.0" encoding="utf-8"?> <paths xmlns:android="http://schemas.android.com/apk/res/android"><external-pathname="install_eric"path="."/><root-path name="root_path" path="."/> </paths>?
總結
以上是生活随笔為你收集整理的AnsroidStudio中提示:Failed to find configured root that contain的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: AndroidStudio中提示:Cou
- 下一篇: Android中实现保存和读取文本文件到