Android.mk variable to link system or external library during compilation
LOCAL_LDLIBS This variable contains the list of additional linker flags for use in building your shared library … Read more
LOCAL_LDLIBS This variable contains the list of additional linker flags for use in building your shared library … Read more
We assume, we are compiling for omap3 beagleboard embedded hardware platform, Clone the kernel Download toolchain Extract … Read more
When we recently changed our website’s PHP version from 7.1 to 7.3 , we started getting following … Read more
HTML Class attribute can be declared with dot (.) in CSS. The class attribute can be assigned … Read more
HTML Id attributes starts with hash ( # ) in CSS. We can use this attribute to … Read more
In this post, we will demonstrate the basic difference between Id and Class in html element styled … Read more
When working with Django, you may encounter an error as below, Solution : This error can be … Read more
If you have followed to create your first django project “Starting webserver using your first simple Django … Read more
When you are writing python program, sometimes you need to make certain checks on variables and based … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
When you are writing C program, sometimes you need to make certain checks on variables and based … Read more