How can I install SNS in SDK 2.1b?
1. InstallManager didn't work
2. I download file: http://developer.samsung.com/bada/repository/add-on/migration-tool/binary/samsung-snsgateway-sdk-1.2.0.0.zip
and moved files into \tizen-sdk\platforms\tizen2.1\rootstraps\tizen-emulator-2.1.native\usr\lib and \tizen-sdk\platforms\tizen2.1\rootstraps\tizen-emulator-2.1.native\usr\include; change namespaces to Samsung::SnsGateway and add samsung-snsgateway library into linker - compilaton goes well, but when I'm trying to launch app I got err "05-17 23:36:44.413 : ERROR / Tizen::App ( 2080 : 2080 ) : static int Tizen::App::_AppLifecycleManager::LaunchCallback(int, void*)(902) > Cannot acquire app for 5688.". Probabily there is some problem with shared lib on emu.
Anyone have idea or can paste compilation and lauch log for a SNS App from SDK 2.0?