1
1

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 3 years have passed since last update.

unityでquest用にビルドしたapkファイルからAndroidManifest.xmlを抜き出す方法。(Windows)

Last updated at Posted at 2020-12-13

#はじめに
案件が終わり来年まで休むのでOculusQuestのVR180のエロゲ作りを再開する。
qiitaの書き方を忘れたのでしょうもないTipsを上げる。
OculusQuestでデバック環境を作成中なのだが一部の機能でネイティブプラグインを使いたい。
OculusQuestのAPKをUnityでビルドする場合に同梱されるAndroidManifest.xmlの中身を見たい。
Unityからquest用にビルドしたApkからAndroidManifest.xmlを抜き出し中身の確認をした。
手順を残す。

#用意するもの

  • AXMLPrinter2.jar
  • ダウンロード
  • unityでビルドしたQuest用のapkファイル。

#環境

  • windows 10 pro
  • Unity 2019.4.13f1 (64-bit)

#前提

#手順

  • 適当なフォルダにAXMLPrinter2.jarapkを置く。
    1
  • apkはただのzipファイルなので拡張子をzipにする。
    2
  • zipの中身にあるAndroidManifest.xmlをコピーする。
    3
    4
  • コピーされたAndroidManifest.xmlはバイナリーなのでAXMLPrinter.jarでテキストに変換する。
    5

#おわりに
今後はQuestアプリ内にローカルのWebサーバーを埋め込む作業を開始する。
NanoHTTPDをUnity用にネイティブプラグインにしてCORSエラー対策をしようと思う。
なにか詰まった所があったらqiitaにあげる。

1
1
1

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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?