0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

aabファイルのAndroidManifestを確認する方法

Posted at

UnityでビルドしたaabファイルのAndroidManifestの中身を確認したいときに使えるコマンドです。

前提

  • Windows 11
  • bundletool 1.17.1
  • Java 21.0.4

手順

  1. https://github.com/google/bundletool/releases からbundletoolをダウンロードする
  2. コマンドを打ち込む
    java -jar bundletool-all-1.17.1.jar dump manifest --bundle android-build.aab > AndroidManifest.xml
    
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?