Hi Sir,
As I mentioned in my above post that I am successfully able to compile all of the AOSP Source codes for imx8 Mini Board
and able to test it on my imx8m Mini EVK board.
But when I try to launch emulator on my ubuntu linux, the emulator window appeared but it remain blacked out forever.
Here is the command -
$ emulator
Is it possible to launch imx8 mini AOSP and their Android framework on Android emulator?
If possible, what is the steps for it ? or is there an alternative way to do emulation?
NOTE -
In some blogs and AOSP documentation it is mentioned that it will work for - lunch aosp_x86_64-eng
But When I downloaded the AOSP and Try to build it from lunch aosp_x86_64-eng command then it gives error saying -
/bin/bash: -c: line 0: `echo -e "\033[1mvendor/nxp-opensource/fsl_imx_demo/Ethernet/Android.mk: \033[31merror:\033[0m\033[1m" ethernet: Specifies both LOCAL_SDK_VERSION (system_current) and LOCAL_PRIVATE_PLATFORM_APIS (current) but should specify only one "\033[0m" >&2'
build/make/core/sdk_check.mk:34: error: done.
14:57:53 ckati failed with: exit status 1
Steps I followed to download and build the AOSP from NXP Website for imx8 -
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest.git -b imx-android-pie -m imx-p9.0.0_2.0.0-ga.xml
$ repo sync
$ source build/envsetup.sh
$ lunch evk_8mm-userdebug
$ make 2>&1 | tee build-log.txt
Now my question is ->
1. How to use emulator with this AOSP build which is generated by above commands?
2. How to build this downloaded AOSP source code for lunch aosp_x86_64-eng ?
3. From where to download raw AOSP source code for Android Pie without any changes from NXP ?
Thanks,
Maneesh