[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with Bundletool update



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

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: