• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. tiho_bg

    How to import ROS in android studio?

    Hi I tried to create ssh connection using chilkatsoft and android studio. After creating this app I tried to send some lines to the shell. My robot is working with ROS. I realized that the ros commands are not known from android studio. Therefore I think that I have to import any ros library...
  2. tiho_bg

    How to create ssh connection with chilkatsoft and android studio?

    Hello, I would like to use chilkatsoft and android studio for creation ssh connection. I've implemented the library successfully but I have an error during ssh connect. Here is my code: package com.example.mobile4; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle...
  3. tiho_bg

    How to create ssh connection with chilkatsoft library?

    Hello, I would like to use chilkatsoft and android studio for creation ssh connection. I've implemented the library successfully but I have an error during ssh connect. Here is my code: package com.example.mobile4; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle...