Resolved : Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]

If you are trying to install some android application which is not downloaded from Android Playstore but … Read more

How to resolve : “Undefined variable: crumb” error with openclassifieds

Recently on our website which uses openclassifieds scripts for classifieds, we started getting following errors, When we … Read more

How to resolve “cc1: all warnings being treated as errors” ?

If you are compiling some C program or open source package using Makefile which is written by … Read more

Fixed: java.lang.UnsatisfiedLinkError: Could not load SWT library

The error like “Can’t load library: /usr/lib/jni/libswt-cairo-gtk” or “java.lang.UnsatisfiedLinkError: Could not load SWT library” can be resolved … Read more

Fixed : openssl/opensslv.h: No such file or directory

When trying to compile some packages / libraries or application source codes in Linux which are based … Read more

Fixed : error: #elif with no expression

C pre-processor error

When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more

How to Solve – fatal: refusing to merge unrelated histories

Unrelated_History_in_Git

As we seen in our previous post, “Pushing your first git repository / project to Github” we … Read more

Solved: Cannot initiate the connection to in.archive.ubuntu.com:80

apt-get update error

When we were trying to install a new package and needed to perform apt-get update, we got … Read more