/MyFirstApp

A simple application to play with kotlin using AndroidStudio.

Primary LanguageKotlin

MyFiestApp

Experimental: Android application with kotlin.

Technolgy & tools Used

  • Android Studio 3.6.2
  • Android SDK 29(Android 10.0)
  • Java JDK 1.8
  • Kotlin version 1.3.61
  • Gradle 5.6.4

Simple Trick- Connect device to InteliJ/AndroidStudio over Wi-Fi

1. Enable USB debugging in phone:

    
      1. Settings-> About phone-> Tap 7 times over “Build number”->This will activate the developer option
      2. Settings-> System-> Developer options-> Enable USB debugging
    
  

2. Install ADB(Android debug bridge) plugin in InteliJ/AndroidStudio:

    
	1. For AndroidStudio: Settings-> plugins-> search adb -> install adb developed by Pedro
	2. Connect device using USB cable
	3. Press Android WiFi ADB button
	4. A notification will be popout once the device is connected over WiFi
	5. Now USB cable can be disconnected and application can be debugged over WiFi
    
  

References: