UncleSlug 0 Posted March 7, 2023 It seems like a lot of the repos required for Android 11 on a Tinkerboard R2.0 have been deleted. The seem to have been replace with differently names ones which only have an Android 12 branch. E.g. build-soong -> rockchip-android-soong. When doing a repo sync every repo asks for a github username and password. When putting the github link into a browser it returns a 404 error. Steps to reproduce (with a clean directory): repo init -u https://github.com/TinkerBoard-Android/manifest.git -b android11-rockchip -m tinker_board-android11-1.0.0.xml repo sync How do I build something now? Share this post Link to post Share on other sites
UncleSlug 0 Posted March 7, 2023 Oops - maybe this should be moved to the Tinkerboard 1 Android board Share this post Link to post Share on other sites
UncleSlug 0 Posted March 13, 2023 I see Android 12 has appeared and can be built with something like: repo init -u https://github.com/TinkerBoard-Android/rockchip-android-manifest.git -b android12-rockchip repo sync source build/envsetup.sh lunch Tinker_Board-userdebug ./build.sh -UCKAu but I am still using Android 11... Share this post Link to post Share on other sites
kataring 0 Posted March 15, 2023 Looks like it's committed. https://github.com/TinkerBoard-Android/rockchip-android-manifest/blob/android11-rockchip/tinker_board-android11-1.0.0.xml Share this post Link to post Share on other sites