renative
renative copied to clipboard
Renative uninstall tizen app on real device
Hi team!
I'm having problems with my program.
When I run rnv run -p tizen -t LS32AM700UEXXV
then output:
`✖ FAILED: /Users/user/tizen-studio/tools/emulator/bin/em-cli launch --name LS32AM700UEXXV
✖ FAILED: /Users/user/tizen-studio/tools/emulator/bin/em-cli create -n LS32AM700UEXXV -p tv-samsung-5.0-x86
[ error ] [run] Could not find the specified target and could not create the emulator automatically.
Please create one and then edit the default target from /Users/user/.rnv/renative.json`
renative.json data:
{
"sdks": {
"ANDROID_SDK": "/Users/<USER>/Library/Android/sdk",
"ANDROID_NDK": "/Users/<USER>/Library/Android/sdk/ndk-bundle",
"IOS_SDK": "No need. Just install Xcode",
"TIZEN_SDK": "/Users/user/tizen-studio",
"WEBOS_SDK": "/opt/webOS_TV_SDK",
"KAIOS_SDK": "/Applications/Kaiosrt.app"
},
"defaultTargets": {
"android": "Nexus_5X_API_26",
"androidtv": "Android_TV_720p_API_22",
"firetv": "Android_TV_720p_API_22",
"androidwear": "Android_Wear_Round_API_28",
"ios": "iPhone 8",
"tvos": "Apple TV 4K",
"tizen": "LS32AM700UEXXV",
"tizenwatch": "W-5.5-circle-x86",
"tizenmobile": "mobile-5.5-x86",
"webos": "emulator"
}
}
I tried running a simple program on tizen-studio, it works fine and installed on my real device but if I run the renative program it gives me the above error. Is there any way to fix this problem?
@mihaiblaga89 I'm using Renative v0.36.1 and also I've got the same problem as @lamtt2403 . Please help me.
@lamtt2403 @hantrungkien that's because the -t
argument should be the IP of the device, not the name https://renative.org/docs/platforms/tizen#launch-on-a-specific-tizen-device
That's because rnv
can execute sdb connect
with the IP automatically if it's not already connected. Also, don't forget about the -d
param which specifies that it's a device
Closing as answer has been provided