1. ホーム
  2. アンドロイド

Android studioでエラーが発生しました。設定されたルート(/storage/emulated/0を含む)の検索に失敗しました。

2022-03-17 06:13:07
<パス

Android Studio は java.lang.IllegalArgumentException というエラーを出します。Failed to find configured root that contains /storage/emulated/0/Android/data/ packageName/cache/pictureName and shows that the app has stopped running.

オリジナルのコードです。

<external-path
        name="my_image" path=". "/>


解決方法

コードを次のように変更するだけです。

<root-path
        name="my_image" path=". "/>