ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
495 stars 42 forks source link

Building in Android Studio #58

Closed eapdso closed 3 years ago

eapdso commented 3 years ago

Hi, i'm working on building this project. Is there any documentation that can help me import and build this project in Android Studio directly? I've been struggling to get this imported/built but haven't had any luck and haven't been able to find any methods to do so online. Any advice is really appreciated.

wchen342 commented 3 years ago

It is only possible to import the Java part of the codes by generating a Gradle file. It is not possible to build directly from Android Studio and the debugging of C++ codes is experimental. See https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md#How-It-Works.

If you want to generate the gradle file, see misc/android_studio_setup.sh.