Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
58 views

Remove taskbar in AOSP 13

I am working on AOSP 13. AOSP code is built for tablet device. Currently navigation icons are in task bar, is there a straight forward way to permanently remove task bar in AOSP code and navigation ...
Margish thumar's user avatar
0 votes
0 answers
59 views

2 Apps / Multi-window emulator in Android Studio

I have 2 Android Automotive OS apps on my emulator and I was wondering if it's possible to run and display both in 2 separate windows? They are 2 modules of the same project and are installed on the ...
wiswasi's user avatar
  • 41
0 votes
0 answers
79 views

Android Studio:cannot resolve some symbols when open AOSP

I am struggling with android source code in Android studio. I am confused by some problems which mainly are "cannot resolve symbol xxx", see the picture below: While when I open the symbol ...
Naib's user avatar
  • 1
0 votes
0 answers
553 views

Build Kotlin Android App in AOSP 13 source code

I'm trying to build Kotlin android app in AOSP 13 source code. I have added all the dependency in Android.bp file, mentioned in build.gradle file by downloading .jar and .aar files from https://...
Margish thumar's user avatar
3 votes
1 answer
627 views

Android API 33 source downloaded but some source code is missing. why?

When using Android Studio, one can download SDK source code. On Windows, downloaded source code is located here: C:\Users\<USER>\AppData\Local\Android\Sdk\sources\ But I observed that, for API ...
Pascal's user avatar
  • 16.2k
2 votes
1 answer
678 views

I added APK to AOSP build but it's not visible when I launch the build on Android Studio emulator

I had added the apk to an app to my AOSP source code and completed the build successfully. But when I launch the system image on my emulator the app doesn't show up. I had followed these steps to ...
Samarth's user avatar
  • 21
0 votes
1 answer
270 views

How to create a custom HAL in aosp and access its methods from Android Application?

So after creating a custom hal how can we access its method through android application Trying this out , will post if it works
Nishant raj's user avatar
3 votes
2 answers
494 views

How to run debugger across processes and layers in AOSP?

I have an Android app and a local build of AOSP with custom changes to the Framework and HAL layers. I am familiar with debugging a single Android app. However, I am interested in debugging an API ...
code's user avatar
  • 5,526
0 votes
1 answer
35 views

Android application with android directory/package

I have seen some android application with a directory named as "android" which contains framework files. Can anyone tell me about he implementation procedure and how it is achieved?
Abhiroop Nandi Ray's user avatar
1 vote
2 answers
329 views

How to Convert "Android Open Source Project App" to Gradle Android Studio?

It's my first time seeing a Project but it's not look like Android Studio Project i've seen before. git clone https://android.googlesource.com/platform/packages/apps/Music my friend send me this and ...
Ardityo Cahyo's user avatar
0 votes
1 answer
133 views

Unable to create application in AOSP

Actually, im trying to add a source code of app in the AOSP but when i do the "make" and launch the emulator, the app is there but it's crashing, in the logcat it says "unable to create ...
user avatar
1 vote
0 answers
131 views

Why we are able to redefine the system/ framework level of permission in any android app?

I am trying to define a signature level permission in framework/base/core/res/AndroidManifest.xml as there is already so much permission that is already defined. I thought of if I will define it here ...
Bajrang Hudda's user avatar
1 vote
1 answer
852 views

How to run a system generated android AOSP 12L system.img file on any android emulator?

I am trying to run an android AOSP 12L system.img file-that was built for arm64- on an android emulator. I had downloaded the android source code for the Sony Xperia 10 III device from the Sony ...
Anerudh's user avatar
  • 11
0 votes
1 answer
149 views

How to install a system level app on emulator in Android Studio

I need to install a system app on my device. But I have no access to the device before production. Is there any way to install and test the system app in emulator through Android Studio? I have a plan ...
Mehran Alidoost Nia's user avatar
0 votes
1 answer
190 views

What changes do "abd Install" command make in AOSP?

What changes do adb install command make in system.img I have installed a new launcher "Lawnchair.apk" in my AOSP build and I am using "Android 10" and I want to do reverse ...
Anand Shukla's user avatar

15 30 50 per page
1
2 3 4 5