linux can I convert it to apk for android ?
It depends. As far as I know libc in Linux somewhat differs from Bionic (Android libc implementation from Google)
I'm not into C but I believe this is the right place to start https://developer.android.com/ndk/guides
Also there is an alternative: if you're C++ is only about functionality you could write a JNI bridge between C and Java and use it from Java code. In this case you'll end up creating Android app in Java and will use your C-code for some functionality
I am using unreal engine I want create android game for debuging in PC windows I must compile and packaging for android then see small tests. I don't want wast resources
There must be built-in Android build support in Unreal Engine. Google it
something like accessing android microphone possible in windows ?
I don't think so. At least in Unity there were some platform-dependent things that you must implement natively (android/ios/whatever) and then bridge them into engine
I was trying to say that you can build game for mobile on Unreal without much of a hussle. But in case you need some platform-specific stuff you should write it natively or search asset store/github for existing solutions
Обсуждают сегодня