You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
When I click the apps of UI, this error occurred. I found that this error is generated from the launch.java file, the source code is: static private Result launchWebUrl(final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app) { try { ...... ...... catch (MalformedURLException e) { return Result.MALFORMED_URI.withMsg("App URL is not valid. " + e.getMessage()); }
I don't know where I use the com.github.rosjava.android_apps.teleio.indigo.MainActivity as a protocol, Can you help me? This problem make me trouble for a long time. Thank you!
The text was updated successfully, but these errors were encountered:
When I click the apps of UI, this error occurred. I found that this error is generated from the launch.java file, the source code is:
static private Result launchWebUrl(final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app) { try { ...... ...... catch (MalformedURLException e) { return Result.MALFORMED_URI.withMsg("App URL is not valid. " + e.getMessage()); }
I don't know where I use the com.github.rosjava.android_apps.teleio.indigo.MainActivity as a protocol, Can you help me? This problem make me trouble for a long time. Thank you!
The text was updated successfully, but these errors were encountered: