[Android-tools-devel] Help with Bundletool update
Markus Koschany
apo at debian.org
Wed Jul 20 20:23:20 BST 2022
Am Mittwoch, dem 20.07.2022 um 20:03 +0100 schrieb Nkwuda Sunday Cletus:
> com.android.aapt.Resources
aapt is a binary package compiled from
https://tracker.debian.org/pkg/android-platform-frameworks-base
I'm not sure if that will solve your problem. You can search for imports or
code in general with
https://codesearch.debian.net/
A quick search only highlights bazel-bootstrap as the only source package in
Debian that currently references com.android.aapt.Resources.
Maybe it is another protobuf generated class but from another project?
https://android.googlesource.com/platform/frameworks/base/+/master/tools/aapt2/Resources.proto
Tip: Whenever you get stuck with compiling something it is OK to use a
precompiled class or a jar file for testing and development. Just take a look
at the official bundletool binaries and fetch the class from there and add it
to the CLASSPATH. If that works, at least you know that it is not a general
Debian packaging problem. Of course you should remove the binary before you
upload the package to Debian and replace it with the corresponding sources.
Regards,
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <http://alioth-lists.debian.net/pipermail/android-tools-devel/attachments/20220720/7ac75423/attachment.sig>
More information about the Android-tools-devel
mailing list