0

after a lot of trial and errors I could install app on Tizen emulator. But now app is not getting launched... When I see launch logs -

Failed to open /opt/apps/Lerw5Kjy/bin/GeoMaker.exe : /opt/apps/Lerw5Kjy/bin/GeoMaker.exe: cannot open shared object file: No such file or directory.

But When see through Tizen IDE Connection Explorer, file is present on the said path. I'm not sure why it is saying so

Any help?

Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
Codie
  • 464
  • 2
  • 5
  • 16
  • I'm not sure why somebody would down vote this question. It's been over 1 year now on SO and I know how to ask question. – Codie Nov 02 '13 at 08:38
  • It seems a legitimate question, I gave you an upvote so now you are not on negative, BTW I thing android tag is not proper. Tizen and Android are very different, android is linux kernel based, tizen has more than the kernel from linux and is backed by the Linux Foundation. See: http://stackoverflow.com/questions/14259544/is-android-installer-apk-file-support-tizen-os/14509525#14509525 – Eduard Florinescu Nov 04 '13 at 11:08
  • You can test your app with samsung's Remote Test Lab http://developer.samsung.com/remotetestlab/ – Darin Kolev Dec 24 '13 at 18:53

1 Answers1

0

Maybe there was an unsuccessful deployment also sometimes if you don't shutdown the emulator, the OS on the emulator's virtual machine gets corrupted. Try to use the Emulator Manager to create another virtual machine.

Then build again and deploy your application on the new emulator virtual machine, this should work.

Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179