Hi. I'm experimenting with Samsung Gear VR (SM-R325). Below I described how to deal with typical problems. Problem #1 If you see error message: Thread priority security exception. Make sure the APK is signed. like below: That means you either don't have OSIG file or you have WRONG OSIG file. Solution Plug Read More ...
Month: October 2017
How to build FFmpeg for Android
Hello. I have decided that I want to build FFmpeg libraries from source for Android. And, yes ... as you can imagine it's not that easy as it seems. But finally I did it! (at least I got no compilation errors) and I want to share my approach with you. First things Read More ...
Unity android plugin - the template.
Hello! Today I'm going to put here some java code for basic Unity plugin with couple things worth noting. If you haven't seen my YT video about making Unity plugin using only Notepad++, watch it. It's here: Since this video was released, I have found a way to get Unity's activity. Activity's class Read More ...