Solved – php.ini upload_max_filesize not working even if changed

Very often in phpmyadmin and php at large, there is need to increase the size of uploaded files. By default, php allows 2M. Here is a solution we derived at Kingline Press Uganda for Website and software developers Although most tutorials on forums show that you only change these 2 variables, post_max_size = 128M upload_max_filesize…

SOLVED – ADB Devices ?????? no permissions

There are a lot of bad answers posted to this question ranging from insisting on running adb as root (which should not be touted as the only or even recommended solution) to solving completely unrelated issues. I’ve used this answer posted by Alex P on Stakoverflow and it works first time! Here is the single…

Cordova : [Error: Please install Android target: -SOLVED

A very common error for Cordova users especially during installation and testing of “cordova requirements” command in MSDOS / Command Prompt CAUSES of this cordova android error You have probably created a project and it points to the wrong android version or You have not installed updates in your Android SDK CORDOVA ANDROID ERROR Solution…

SOLVED: ANDROID_HOME is not set… especially in Cordova

It is most common when you run cordova requirements command in CMD. As a result, this makes android app development hard to start. Sometimes it shows up when opening Android studio. Causes This Android Home problem comes about as a result of 1 of the following The Android Home variable may actually not be set…