[android-building] Re: android_app_import corrupts APK

2023-10-05 Thread Vyrine
Do you know what's the equivalent in makefile? On Saturday, September 30, 2023 at 4:36:15 AM UTC+8 Андрейка wrote: > Ok, *preinstalled *flag didnt work... seems like *soong *does not support > it, though *make* seems should. > > Anyway, I finally was able to fix this. > It seems that AOSP wants

[android-building] hello every one here, am a new to AOSP, i want to download it and bringing this kind of error kindly help

2023-10-05 Thread Adekunle Saheed
$ repo version /c/Users/phili/bin/repo: line 1: syntax error near unexpected token `<' /c/Users/phili/bin/repo: line 1: `Error NOT_FOUND*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{color:#222;text-align:unset;margin:7% auto

[android-building] While building getting this error, how to resolve this! please help me

2023-10-05 Thread Balaji BABU T.R.
[100% 249/249] out/soong/.bootstrap/bin/soong_build out/soong/build.ninja FAILED: out/soong/build.ninja cd "$(dirname "out/soong/.bootstrap/bin/soong_build")" && BUILDER="$PWD/$(basename "out/soong/.bootstrap/bin/soong_build")" && cd / && env -i "$BUILDER" --top "$TOP" --out "out/soong" -n

Re: [android-building] ninja error

2023-10-05 Thread Balaji BABU T.R.
Hi Kiran, In your system more than 16 GB RAM then it will build without any issue. Thanks, Balaji On Fri, Sep 29, 2023, 1:34 PM Yael Schwartzbard wrote: > I had the same problem with machine with 32 gib > only on the main branch, when I switch to specific flag it works, and when > I change

Re: [android-building] ninja error

2023-10-05 Thread Kiran Kaur
I got the solution to solve build error due to 16gb ram by creating a swap file and by allocating the specific memory required to run the build command and it worked for me. On Thu, Sep 21, 2023 at 4:45 PM 'enh' via Android Building < android-building@googlegroups.com> wrote: > yeah, it _may_ be

[android-building] I want to build a Android AOSP image running in emulator on Apple M1, which lunch target should I use

2023-10-05 Thread Wenlan Liu
I want to build a Android AOSP image running in emulator on Apple M1, which lunch target should I use, thanks! -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To

[android-building] Re: how to integrate ninja and RBE to support remote build AOSP so fast?

2023-10-05 Thread Bhanu Surendra
Hi All, Is there any update on this conversation? Please do let us know! Regards, Bhanu On Friday, August 5, 2022 at 5:02:44 AM UTC+5:30 John Delight wrote: > Hi Joe, > I also want to know how to setup/use the RBE on the AOSP side for Android > 11/12. Many thanks! > > Regards, > Joh > >

[android-building] Re: android_app_import corrupts APK

2023-10-05 Thread 'Mikko Koivisto' via Android Building
Build output has become more helpful at least in latest main. In some cases it will complain something like: device/google/cuttlefish/guest/prebuilts/chr_x64_ChromePublic.apk: Prebuilt, presigned apks with targetSdkVersion >= 30 (or a codename targetSdkVersion) must set preprocessed: true in

[android-building] How do I set up collaboration for working on AOSP?

2023-10-05 Thread erie oieoie
Hello, I want to build and work on the Android Open Source Project (AOSP). However, I only have a Windows laptop. To build AOSP on it, I use Linux as a virtual machine (VM) in Windows Hyper-V. I've been able to get older builds like Android 10 to work, but the latest build doesn't seem to work,

[android-building] Re: Android 14 Released

2023-10-05 Thread YoMero
There seems to be a build problem with one of the external repos. While trying to build the emulator (target: sdk_phone64_x86_64-eng) using the android-14.0.0_r2 tag, the following build error occurs: 23:58:34 FAILED:

[android-building] AOSP13 - Copying files to /data during build time - IMPOSSIBLE!

2023-10-05 Thread Settler Agent
Hi everyone! *Target/Variant*: android 13 .0 / treble_arm64_bvN *Issue*: Copying files to /data/data or /data/media during build so they're visible to AOSP File Manager after boot. *Documented Solution:* I first copied my files folder to /system during build with: PRODUCT_COPY_FILES +=

[android-building] Re: Android U Beta Released

2023-10-05 Thread 'Bill Yi' via Android Building
We pushed the kernel source for the following devices as part of the Android 14 QPR1 Beta 2 release: Pixel Pixel 5a (5G), Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Fold, Pixel Tablet TagProjectBranch

Re: [android-building] ninja error

2023-10-05 Thread Balaji BABU T.R.
Hi Kiran, Great. Still are you using 16 GB RAM Please share the creating a swap file commands Thanks, Balaji On Thu, Oct 5, 2023, 7:48 AM Kiran Kaur wrote: > I got the solution to solve build error due to 16gb ram by creating a swap > file and by allocating the specific memory required

[android-building] Re: A14 lunch target missing a kernel

2023-10-05 Thread Al Sutton
Fix CL in case anyone needs a cherry pick:  https://android.googlesource.com/platform/build/+/1af7e1fa7f8a4b35fdda1a9a1083e7db65d43231On 5 Oct 2023, at 16:12, Al Sutton wrote:$ . build/envsetup.sh$ lunch sdk_car_arm64-userdebug$ m...FAILED: ninja: 'out/target/product/emulator_arm64/kernel',

[android-building] A14 lunch target missing a kernel

2023-10-05 Thread Al Sutton
$ . build/envsetup.sh$ lunch sdk_car_arm64-userdebug$ m...FAILED: ninja: 'out/target/product/emulator_arm64/kernel', needed by 'out/target/product/emulator_arm64/boot.img', missing and no known rule to make it16:09:44 ninja failed with: exit status 1 failed to build some targets (03:28

[android-building] hiddenapi no classes.dex found

2023-10-05 Thread 'Diana Ludovice' via Android Building
Hi, I am having errors compiling Android 9. I already tried building android-9.0.0_r3 and r61 but I get the same error. My host is Ubuntu22.04 but I already tried using docker for ubuntu14.04 and ubuntu16.04, I also tried to create a virtual machine for ubuntu18.04. This is the error that I