Status Update
Comments
xa...@google.com <xa...@google.com> #2
Proper support for arm linux would require
- Making sure build tools are compatible (aapt, aidl, various renderscript tools)
- Making sure the NDK is compatible
- Making sure Gradle has support (it uses some native code on some platform for performance reasons, and I think there's a pure JVM fallback but it's worth investigating)
There may be other things missing. We'll take a closer look and add to this bug.
en...@google.com <en...@google.com> #3
xa...@google.com <xa...@google.com> #4
A work-around is proposed in StackOverflow:
xa...@google.com <xa...@google.com> #5
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
en...@google.com <en...@google.com> #6
xa...@google.com <xa...@google.com> #7
xa...@google.com <xa...@google.com> #8
en...@google.com <en...@google.com> #9
en...@google.com <en...@google.com> #10
I have resolved the same issue :)
tr...@gotinder.com <tr...@gotinder.com> #11
an...@rifken.net <an...@rifken.net> #13
an...@gmail.com <an...@gmail.com> #14
ok...@pinterest.com <ok...@pinterest.com> #15
gd...@gmail.com <gd...@gmail.com> #16
ls...@gmail.com <ls...@gmail.com> #17
FYI Ubuntu/Debian has a working aapt2 executable for the arm64 platform in the android-platform-frameworks-base
package.
You can manually install the latest packages and then add android.aapt2FromMavenOverride=/usr/bin/aapt2
to your gradle.properties file to use the system version of aapt2 with AGP.
go...@gmail.com <go...@gmail.com> #18
en...@google.com <en...@google.com> #19
but note that only debian experimental has anything like a current version of aapt2:
an...@gmail.com <an...@gmail.com> #20
On Thursday, May 4, 2023, <buganizer-system@google.com> wrote:
tu...@gmail.com <tu...@gmail.com> #21
an...@gmail.com <an...@gmail.com> #22
ch...@gmail.com <ch...@gmail.com> #23
tr...@gmail.com <tr...@gmail.com> #24
For the SEO:
If you attempt to run adb
as installed thru sdkmanager
on linux/arm64 you will get errors similar to this.
in my case it is on aws graviton via arm64 fargate runtime. back to x86_64 we go :(
android/sdk/platform-tools/adb: 18: Syntax error: "(" unexpected
xa...@google.com <xa...@google.com> #25
cs...@gmail.com <cs...@gmail.com> #27
m....@gmail.com <m....@gmail.com> #28
fa...@gmail.com <fa...@gmail.com> #29
try!
On Fri 26 Apr 2024, 22:13 , <buganizer-system@google.com> wrote:
ar...@cuvva.com <ar...@cuvva.com> #32
Another data point:
ARM64 laptops are about to hit the market within a few months. Although primarily Windows-focused, that makes non-Apple arm64-powered hardware more broadly accessible to the public. Nothing should stop people from rocking Linux/arm64 on these.
ch...@gmail.com <ch...@gmail.com> #34
gr...@gmail.com <gr...@gmail.com> #35
ea...@google.com <ea...@google.com>
st...@warting.se <st...@warting.se> #36
go...@umito.nl <go...@umito.nl> #37
+1 I have a new XPS 13 Snapdragon X ARM laptop, and would love to replace my x86 desktop with it. IntelliJ etc runs fine, but I can't use Android Studio. So since macos is already ARM based, I would love to see Linux ARM support as well!
ar...@gmail.com <ar...@gmail.com> #38
Ghhg
Description
We are testing the AWS Graviton2 instances in our cloud infrastructure for Android builds. Those instances are arm64-based. When we are building Android libraries, the aapt2 process crashes with:
Are there plans to support aapt2 in SDK Build Tools for arm64-linux?
Version of Gradle Plugin: 7.1.2
Version of Gradle: 7.4.1
Version of Java: 11
OS: Linux