I've found that to decode files like manifest is as simple as: protoc --decode=aapt.pb.XmlNode Resources.proto < AndroidManifest.xml > output.txt
What im looking for is what would be proto message to decode other files, specifically BundleConfig.pb Cant manage to find out how to decode this file.