First of all: do not use daemon mode for debugging. IntelliJ Idea is automatically spawning daemon when you start any Gradle task. You have to […] Read More
Author: georgik
IntelliJ Idea has neat feature – Terminal Window. Unfortunately on Windows it’s set just to old school cmd. Good news is that it’s possible to […] Read More
Kivy is awesome library for developing GUI applications in Python. It’s possible to build same application for desktop, Android or iOS. It’s something like Cordova/PhoneGap […] Read More
The goal is simple: convert GPX file from Geocaching.com to WPT file for Ozi Explorer and keep correct encoding of Slovak, Czech and German special […] Read More
Situation: import Cordova project with support of Android platform to Intellij Idea. You’re not able to start emulator, because of strange error: Default Activity not […] Read More