Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Android Studio ADB Not Found (Solved)

When we are using the 64-bit version of Linux, the IDE usually throws us the ADB Not Found error. After some research, I found a simple solution to the problem: just install the IA32 library: sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 Source: http://stackoverflow.com/questions/13571145/android-adb-not-found

Standard

Installing Ionic Framework on Windows

Developing hybrid mobile applications has become very common due to the ease and agility of the multiplatform application development process, and the Ionic Framework is one of the best frameworks available today.   Ionic Framework   Requirements:   Apache Ant NodeJS Java SDK Android SDK   Step 1:   Install the latest version of the

Standard

Installing JAVA on Ubuntu 14.10

Add the repository and update:   sudo add-apt-repository ppa:webupd8team/java sudo apt-get update   To install Java 8:   sudo apt-get install oracle-java8-installer   If you have another version already installed, use the following command to add the new version as the default:   sudo apt-get install oracle-java8-set-default     NOTE: If you want to install

Latest news

Latest news directly from our blog.