How to determine the version of Gradle?

Option 1- From Studio In Android Studio, go to File > Project Structure. Then select the “project” tab on the left. Your Gradle version will be displayed here. Option 2- gradle-wrapper.properties If you are using the Gradle wrapper, then your project will have a gradle/wrapper/gradle-wrapper.properties folder. This file should contain a line like this: This … Read more

Android – Command not found

On MacOS/Linux, define the path to wherever you installed your SDK as ANDROID_HOME: MacOS If you installed Android Studio, the value will need to be Linux Then add the paths to the platform-tools and tools sub-directories (Same on MacOS/Linux). You should now be able to run android from the shell. If none of the suggested … Read more

Android getResources().getDrawable() deprecated API 22

You have some options to handle this deprecation the right (and future proof) way, depending on which kind of drawable you are loading: A) drawables with theme attributes You’ll obtain a styled Drawable as your Activity theme instructs. This is probably what you need. B) drawables without theme attributes You’ll get your unstyled drawable the old way. Please note: ResourcesCompat.getDrawable() is not deprecated! EXTRA) drawables with theme attributes from another theme

How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue

The issue Some of our website users are encountering an issue when accessing secure areas of our website, on Android devices, in Google Chrome. It looks like this; I’ve been able to replicate the issue on the following devices using Browserstack’s physical device testing; Samsung Galaxy S6, Samsung Galaxy S5, Samsung Galaxy S4 (Android v5 … Read more

HAXM is not installed on this machine

Recently I’ve installed Xamarin and tried to do a tutorial in Xamarin page beginner. When I am about to compile, it gives me an error: 2>Please ensure Intel HAXM is properly installed and usable. and 2>CPU acceleration status: HAXM is not installed on this machine Then I am opening the android SDK Manager, I can’t … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)