Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minicap issue# 54 android15 support #60

Merged

Conversation

varundtsfi
Copy link
Collaborator

There is a following bug which was creating the problem to the people.
#54
#54 (comment)
Now Android 15 Beta suppprt added and verified. It's. working fine.
Screenshot from 2024-05-22 20-31-33

Changes for Android 15 beta support in kotlin
Supported ndk prebuilt libs also pushed for android 15 beta support
@varundtsfi varundtsfi requested a review from koral-- May 22, 2024 16:41
@varundtsfi varundtsfi self-assigned this May 22, 2024
@varundtsfi varundtsfi added bug Something isn't working enhancement New feature or request labels May 22, 2024
libs/arm64-v8a/gdb.setup Outdated Show resolved Hide resolved
Signed-off-by: varundtsfi <varun.dtsfi@gmail.com>
@varundtsfi varundtsfi requested review from pcrepieux and koral-- May 22, 2024 17:04
libs/armeabi-v7a/gdb.setup Outdated Show resolved Hide resolved
libs/x86/gdb.setup Outdated Show resolved Hide resolved
libs/x86_64/gdb.setup Outdated Show resolved Hide resolved
Signed-off-by: varundtsfi <varun.dtsfi@gmail.com>
@varundtsfi varundtsfi requested a review from koral-- May 23, 2024 08:30
@koral-- koral-- merged commit 44a77ed into DeviceFarmer:master May 23, 2024
2 checks passed
@ZhouYixun
Copy link

@varundtsfi Sorry, but how to compile android15 files?

Android NDK: android-35 is above the maximum supported version android-31. Choose a supported API level or set APP_PLATFORM to "latest".
D:/android/ndk-bundle/build//../build/core/setup-app-platform.mk:101: *** Android NDK: Aborting.    .  Stop.

I get the errors

@varundtsfi varundtsfi deleted the minicap_issue#_54_android15_support branch September 6, 2024 07:11
@varundtsfi
Copy link
Collaborator Author

varundtsfi commented Sep 6, 2024

@varundtsfi Sorry, but how to compile android15 files?

Android NDK: android-35 is above the maximum supported version android-31. Choose a supported API level or set APP_PLATFORM to "latest".
D:/android/ndk-bundle/build//../build/core/setup-app-platform.mk:101: *** Android NDK: Aborting.    .  Stop.

I get the errors

Hi @ZhouYixun ,

Today I have downloaded the Android 15 AOSP and I am able to compile and configure it.
When you are getting this problem while configuring

make -j4

PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=15
TARGET_PRODUCT=aosp_arm64
TARGET_BUILD_VARIANT=user
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=generic
HOST_OS=linux
HOST_OS_EXTRA=Linux-6.8.0-40-generic-x86_64-Ubuntu-22.04.4-LTS
HOST_CROSS_OS=windows
BUILD_ID=AP3A.240905.015.A2
OUT_DIR=out

or while running the lunch command after configuring the make command?
I have the following system information:-

Ubuntu 22.04.4 LTS
NDK android-ndk-r12b I guess you need to downgrade you ndk

Note:- @ZhouYixun Can you create a separate issue for this as its related with minicap.so.
Screenshot from 2024-09-06 14-47-23

@ZhouYixun
Copy link

@varundtsfi Sorry, but how to compile android15 files?

Android NDK: android-35 is above the maximum supported version android-31. Choose a supported API level or set APP_PLATFORM to "latest".
D:/android/ndk-bundle/build//../build/core/setup-app-platform.mk:101: *** Android NDK: Aborting.    .  Stop.

I get the errors

Hi @ZhouYixun ,

Today I have downloaded the Android 15 AOSP and I am able to compile and configure it. When you are getting this problem while configuring

make -j4

PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=15 TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=user TARGET_ARCH=arm64 TARGET_ARCH_VARIANT=armv8-a TARGET_CPU_VARIANT=generic TARGET_2ND_ARCH=arm TARGET_2ND_ARCH_VARIANT=armv8-a TARGET_2ND_CPU_VARIANT=generic HOST_OS=linux HOST_OS_EXTRA=Linux-6.8.0-40-generic-x86_64-Ubuntu-22.04.4-LTS HOST_CROSS_OS=windows BUILD_ID=AP3A.240905.015.A2 OUT_DIR=out

or while running the lunch command after configuring the make command? I have the following system information:-

Ubuntu 22.04.4 LTS NDK android-ndk-r12b I guess you need to downgrade you ndk

Note:- @ZhouYixun Can you create a separate issue for this as its related with minicap.so. Screenshot from 2024-09-06 14-47-23

I still failed... could you upload your Android 15 minicap.so to your resp like https://github.com/varundtsfi/Android-sdk-32-minicap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants