how to solve error "Failed to generate all binary output" in android device simulink?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to try an example of Android device simulink on my phone.
But i got this error.
can anyone help?
댓글 수: 0
채택된 답변
Sruthi Yenugula
2019년 5월 7일
Please note, the Camera block works fine with Android SDK Build Tools 28.0.3. However, if build tool version 29.0.0-rc2 is present then the above issue comes up.
To resolve the issue, you can uninstall build tool 29.0.0-rc2 and install version 28.0.3. After uninstalling, please run Android Hardware setup again. Then try deploying the model to the Android Device.
추가 답변 (1개)
Sruthi Yenugula
2019년 5월 7일
Follow the below steps in the SDK tools page.
In the right corner, there is a checkbox (Show package Details), click that. Now under Android SDK Build-Tools in the same tab, you can uncheck 29.0.0-rc2,29.0.0-rc1 and check 28.0.3, then click apply. Check the attached screenshot for more information
댓글 수: 7
Sruthi Yenugula
2019년 5월 8일
After uninstalling build tools, hardware setup is not done again or the build tools is not uninstalled. I can see still your build tools version is 29.0.0rc2. Please try all the steps or else please contact technical support, they will guide you.
참고 항목
카테고리
Help Center 및 File Exchange에서 Setup and Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!