https://github.com/RTAndroid/android_device_brcm_rpi3/blob/aosp-7.0/scripts/gapps.sh
android-tools-adb
lzip
I tried running this on andrpi3-20160626.img and all I get is the android logo. It will not boot past that. I'm not sure what I'm doing wrong but I used the old gapps script and they both returned the same result. Any ideas?
The script was made for the RTAndroid platform. Not sure if it can be used for "andrpi".
Can someone describe the installation process with gapps.sh script.
Where it need to be run, how etc.?
find . -name "*.tar.lz" -exec lzip -dv {} ;
find . -name "*.tar" -exec tar -xf {} -C gapps/tmp/ \;
This script works well with all of the recent build, given that correct gapps version is used.https://github.com/RTAndroid/android_device_brcm_rpi3/blob/aosp-7.0/scripts/gapps.sh