【SDK 3.0】Failed to get rootstrap list. while building Native projects by CLI
Submitted by cai shaoyue on
Hello:
As the Native projects throw out a java.lang.StackOverflowError, I read the Help Contents carefully and find a new way to create Native projects. But I got a new error while building.
1. Add path to the end of /etc/profile as below:
# tizen command line interface
TIZEN_SDK_HOME=/home/user/tizen-sdk
PATH=$TIZEN_SDK_HOME/tools/ide/bin:$PATH
export TIZEN_SDK_HOME
export PATH
- Read more about 【SDK 3.0】Failed to get rootstrap list. while building Native projects by CLI