Andriod Studio has an option to connect my Android device by scanning QR code. This feature also can be implemented in Godot Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams Just like in Android Studio: After clicking this button the following pop-up ...
import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android device. * * @see <a href="ht...