10-26-2021, 12:14 PM
I am trying to build Android from the SDK, just as the person who made the images must have, but I can't get it to work.
These are the steps that I took:-
Download SDK from http://files.pine64.org/SDK/Quartz64/QUA...d11.tar.gz
Unpack it.
The error I get is
what am I doing wrong please?
These are the steps that I took:-
Download SDK from http://files.pine64.org/SDK/Quartz64/QUA...d11.tar.gz
Unpack it.
Code:
cd rk
source build/envsetup.sh
lunch (selecting option 26/rk3566_rgo)
m -j4
The error I get is
Code:
ValueError: DTB image must not be empty
what am I doing wrong please?