1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Androidアプリ内のフォルダ構成(persistentDataPath)を確認する方法

1
Posted at

■teratailで質問して教えてもらいました。
https://teratail.com/questions/41786

■adbを使用できるようにする

 ・下記サイトを参考にシステム環境設定をいじってadb.exeの存在するパスを設定
  http://techacademy.jp/magazine/2989

■コマンドプロンプトを開いてリストを表示

 ・コマンドプロンプトを開く
 ・adb shellを実行
 ・run-as アプリのパッケージ名
  ※アプリのパッケージ名はPlayer Settings--->Other Settings--->Bundle Identifierを参考の事
 ・lsとかcdを使用する。
  下記をコマンド入力して見れました。
  cd files--->ls

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?