You can easily run into mysterious errors with Android Studio. Here is one. Suddenly all references related to R.layout or R.id stopped to work and […] Read More
Tag: Android
Android application with WebView might crash with a strange error in Android Emulator: Check the definition of Virtual Device. It’s very likely that your device […] Read More
If you’re using Android Studio to build C++ application with NDK you might encounter following error during build: The problem is caused by the upgrade […] Read More
In previous article, we were talking about drawing pictures in JPEG format. Let’s look how to draw some graphic primitives like a line. SDL2_gfx is […] Read More
Imagine the simple situation. You want to open an Android project in Android Studio. Click File, Open. Find the project and click Ok. Android Studio […] Read More