FIX: Error launching Android Studio No JVM installation found

Android Studio and Java Virtual Machine, the basics. JVM means Java Virtual Machine and it can be used to execute certain codes in type bytecode JVM then converts this to other values. As a developer you do not have to develop a custom script to do this.During the testing of one of my applications, I … Continue reading FIX: Error launching Android Studio No JVM installation found

FIX: PANIC: HOME is defined but could not find Emulator file in $HOME\.android\avd

Android Studio and Emulators. I try to occasionally make my own app in Android Studio to earn some extra money, unfortunately this has not been successful yet and I probably missed the train nowadays. I wanted to try one of my Android applications on an emulator, but I got the following error message: An emulator … Continue reading FIX: PANIC: HOME is defined but could not find Emulator file in $HOME\.android\avd

How to add HTML to an Android Application with Android Studio by Bas Wijdenes

Adding HTML to Android applications the basics. After developing an application you often get questions from users. You solve this by creating a FAQ or Help component in your Application. For these components you can use HTML in your Android application. You can add HTML in Android Studio by creating an assets folder and inserting … Continue reading How to add HTML to an Android Application with Android Studio by Bas Wijdenes