Title: Jack server error for AIO-Rk3399 Android 7.1 Build [Print This Page] Author: man1920 Time: 5/28/2022 14:03 Title: Jack server error for AIO-Rk3399 Android 7.1 Build Hi,
I am using AIO-RK3399 Android 7.1 Build on Ubuntu 18.04
UBuntu -
Linux 5.4.0-113-generic #127~18.04.1-Ubuntu SMP Wed May 18 15:40:23 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
While compiling Android 7.1 on AIO-RK3399J I faced below error -
Warning:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /home/Maneesh/.jack-server/server.jks -destkeystore /home/Maneesh/.jack-server/server.jks -deststoretype pkcs12".
Warning:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /home/Maneesh/.jack-server/client.jks -destkeystore /home/Maneesh/.jack-server/client.jks -deststoretype pkcs12".
Launching Jack server java -XX:MaxJavaStackTraceDepth=-1 -Djava.io.tmpdir=/tmp -Dfile.encoding=UTF-8 -XX:+TieredCompilation -cp /home/Maneesh/.jack-server/launcher.jar com.android.jack.launcher.ServerLauncher Jack server failed to (re)start, try 'jack-diagnose' or see Jack server log
SSL error when connecting to the Jack server. Try 'jack-diagnose'
SSL error when connecting to the Jack server. Try 'jack-diagnose'
[ 24% 10196/41233] host C++: libartd <= art/runtime/native/org_apache_harmony_dalvik_ddmc_DdmServer.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/native/sun_misc_Unsafe.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/object_lock.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/verifier/register_line.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/oat_file_assistant.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/oat_file.cc
[ 24% 10196/41233] host C++: libartd <= art/runtime/oat_file_manager.cc
ninja: build stopped: subcommand failed.
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1Author: jpchen Time: 5/30/2022 10:03
~./.bashrc
export LC_ALL=CAuthor: man1920 Time: 5/30/2022 14:14
Hi jpchen,
Thanks for your reply. I am able to solve my ninja build issue with your suggestions and now my build is completed.
I am facing one MMC /SD-Card related issue can you help me with that ?
Issue :-
I am using AIO- RK3399 J Board for my development and using External SD Card for storage purpose.
I am able to build and boot the board with Android 7.1 and able to access the external SD card.
While testing sometime when I am trying to save any data on SD Card i get error - SD card is read only.
After Restart everything works fine. I checked my SD Card and it is also working fine. No issue in SD Card.
This error is not very frequent. Some time it occur soemtime it didint occure. When I keep writing the sensor data from
my android app to SD Card then after some time I face this issue. But its not frequest. After Restart everything works fine
Since I am not facing this issue every time hence I am not sure what might be cause for this issue ?
Any suggestion what might be issue in Android BSP side? Or how can I root-cause this issue ?
NOTE : - I already gave external read and write permission in my android app. I checked my SD Card and it is also working fine.
Thanks
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)