Update: Engineers at Google fixed the issue. Thank you. After initial setup of SDL2 application for Android, I decided to add one activity before launching […] Read More
Tag: error
Starting application from Android Studio may fail with the mysterious message: Installation failed with message INSTALL_FAILED_TEST_ONLY. The IDE will prompt you whether you want to […] Read More
E-mail clients like Thunderbird or Outlook stopped to communicate with Courier IMAP/SMTP/POP TLS after some upgrade. The only clue in log file was this error […] Read More
Creating new git repo and pushing it to remote server is fairly easy. mkdir my-project cd my-project git init You can work with project localy. […] Read More
There is one very annoying issue in Eclipse: stealing of focus by Console window. Console window is displayed when you run application. When you set […] Read More