Solved: Error: All com.android.support libraries must use the exact same version specification
If you are trying to compile an android Application which is developed by someone or you downloaded … Read more
If you are trying to compile an android Application which is developed by someone or you downloaded … Read more
Have you ever seen an error like, “Error: The logging tag can be at most 23 characters, … Read more
The Indian government institutes publishes the daily commodity market rates from various markets (Mandi) through Agmarknet Portal … Read more
Different departments and institutions of government of India timely publishes the data required for people information through … Read more
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more
Save Logcat Logs to File using File Redirection Collecting logs on desktop from android device Save logcat … Read more
We will need to change the wpa-supplicant.conf file as below, by modifying poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane Now, once we modified … Read more
For compiling simple golang helloworld program as part of yocto build framework, we need to download meta-golang … Read more
To get the exact size of a type or a variable on a particular platform, you can … Read more
If you are trying to run modulo / remainder operator like below, there are higher chances you … Read more
The remainder operator (otherwise known as the modulo operator) % is a binary operator (i.e., takes exactly … Read more
As we have seen in “C program for using modulo operator, finding if number is dividable and … Read more