Closed tran-the-lam closed 1 year ago
@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
Hi team! I'm having problems with my program. When I run
rnv run -p tizen -t LS32AM700UEXXV
then output:renative.json data:
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?