Tag: android

Android USB Driver for Windows for Samsung

If you are an android developer and using a Samsung phone, you might face a problem to connect to your phone using USB from Android Studio. It will be helpful if you download the below driver and install it on your system. https://developer.samsung.com/galaxy/others/android-usb-driver-for-windows If you are still facing problem, write in the comments.

Gradle | Android

It is sometimes very difficult to debug your app if the settings in gradle are incorrect. You can find a sample of the latest gradle settings that I am using for your reference. build.gradle (Project: xyz) // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter()