An open API service indexing awesome lists of open source software.

https://github.com/akavel/marco

Manifests & resources compiler for .apk files (Work in Progress)
https://github.com/akavel/marco

android apk binary manifest resources standalone xml

Last synced: 5 months ago
JSON representation

Manifests & resources compiler for .apk files (Work in Progress)

Awesome Lists containing this project

README

          

marco
=====

marco — Manifest & resources compiler for .apk files

NOTE: marco currently can handle only the simplest AndroidManifest.xml files.
If you need anything more, just extend it — and please feel encouraged to
contribute the improvements back upstream!

Usage
-----

$ git clone https://github.com/akavel/marco
$ cd marco
$ nimble build

$ cat src/AndroidManifest.xml











$ ./marco < src/AndroidManifest.xml > apk/AndroidManifest.xml

References
----------
- https://github.com/czak/minimal-android-project
- https://github.com/sdklite/aapt/blob/9e6d1ad98469dffbc9940821551bd7a2e07dd1e0/src/main/java/com/sdklite/aapt/AssetEditor.java
- https://github.com/aosp-mirror/platform_frameworks_base/blob/e5cf74326dc37e87c24016640b535a269499e1ec/tools/aapt/XMLNode.cpp#L1089
- https://android.googlesource.com/platform/frameworks/base/+/dc36bb6dea837608c29c177a7ea8cf46b6a0cd53/tools/aapt/XMLNode.cpp
- https://github.com/golang/mobile/blob/master/cmd/gomobile/binary_xml.go