Use your own Android device to run apps in development with Android Studio.

Tiempo de lectura: < 1 minuto Use your own Android device to run apps in development with Android Studio. Photo by Noah Erickson on Pexels Did you know that you can use your own mobile device to debug and run apps developed in Android directly with Android Studio? This is very useful if you want to test the app before publishing … Read more

Enable USB Debugging (Developer Options) on your Android device.

Tiempo de lectura: < 1 minuto   Enable USB Debugging (Developer Options) on your Android device. Photo by Lisa Fotios on Pexels USB debugging allows us to test and use our device in development mode. It can be enabled on a mobile phone, tablet, Android TV, Android Car, Smartwatch, and more. In order to activate it on your device (with Android … Read more

Fix import error in all classes in Android Studio

Fix import error in all classes in Android Studio

Tiempo de lectura: < 1 minuto Fix import error in all classes in Android Studio Photo by Eduardo Rosas on Pexels Sometimes when importing an Android project, you may encounter the surprise that all the classes you open have pre-compilation problems. It’s not that your code is broken. The issue is because the cache retains corrupted data that, when imported into … Read more