Search code examples
androiddirectorydirectory-structure

Finding directory locations in Android


I have an Android question: When someone links to a file directory, where am I supposed to look?

For example, in this question it is suggested to make some changes in the A2DP Bluetooth profile in /external/bluetooth/bluedroid/include/bt_target.h.

Where is this /external/bluetooth/bluedroid/include/bt_target.h?

Is it on my device? On the PC?

Is it under the Android program files? (C:\Program Files\Android)

Or the Android Studio projects file? (C:\Users\someUser\AndroidStudioProjects)

Help appreciated

// David


Solution

  • "You download the Android OS source code from that site. You make that change in that file. You compile the OS from the modified sources and flash your device with it" – GSerg