01-09-2015, 08:27 AM
01-09-2015, 09:36 AM
(01-09-2015, 08:27 AM)Kwee Wrote: [ -> ]Hi,The android version cannot be compiled on windows, as it is a Linux based OS.
I have somes problems for build Android version on Windows.
Can you give me the correct procedure, please ?
Regards
Kwee
01-09-2015, 09:47 AM
(01-09-2015, 09:36 AM)Nintonito Wrote: [ -> ](01-09-2015, 08:27 AM)Kwee Wrote: [ -> ]Hi,The android version cannot be compiled on windows, as it is a Linux based OS.
I have somes problems for build Android version on Windows.
Can you give me the correct procedure, please ?
Regards
Kwee
Erk.. If it's true i would have to find a kind soul to compile the apk for me, otherwise i'm good for a complete install just to test a fix

01-09-2015, 09:55 AM
01-09-2015, 10:25 AM
(01-09-2015, 09:55 AM)ExtremeDude2 Wrote: [ -> ]This was my understanding. If you know how to compile it on windows be my guest to explain, but I have no knowledge of how to do it.(01-09-2015, 09:36 AM)Nintonito Wrote: [ -> ](01-09-2015, 08:27 AM)Kwee Wrote: [ -> ]Hi,The android version cannot be compiled on windows, as it is a Linux based OS.
I have somes problems for build Android version on Windows.
Can you give me the correct procedure, please ?
Regards
Kwee
What
01-09-2015, 10:32 AM
I've made an android app on windows before, so I know they aren't only able to be compiled on linux
01-09-2015, 10:36 AM
It's possible to build the Android APKs under Windows. It's just not very clear how to do so.
I'm not a Windows developer so I've never quite figured out how to do it.
Someone has left me a cmake command to building the JNI. No idea what is needed beyond that.
I'm not a Windows developer so I've never quite figured out how to do it.
Someone has left me a cmake command to building the JNI. No idea what is needed beyond that.
Quote:cmake -G"MinGW Makefiles" -DCMAKE_MAKE_PROGRAM="%ANDROID_NDK%\prebuilt\windows\bin\make.exe" -DANDROID_ABI="armeabi-v7a with NEON" -DANDROID_FORCE_ARM_BUILD=ON -DANDROID=True -DANDROID_NATIVE_API_LEVEL=android-14 -DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.8 ..
01-09-2015, 11:39 AM
Ty Sonicadvance, unfortunetly it's not working
this is the source if someone can compile it, i would be indebted.
(Remove)
Thanks by advance
Regards
Kwee
this is the source if someone can compile it, i would be indebted.
(Remove)
Thanks by advance
Regards
Kwee
01-09-2015, 11:42 PM
No one ?
This fix can really speed up dolphin on mobile devices
This fix can really speed up dolphin on mobile devices01-10-2015, 01:47 AM
It would probably make more sense to post a Diff of your changes (or post a link to your repository on GitHub, Bitbucket or wherever) for someone to look at, rather than putting the whole source for download.
Other than what Sonic already said, the rest should be the plain old compilation of the Java parts and packing to APK using either Gradle (the build system thingy) or an appropriate IDE (such as Android Studio). Never successfully built Dolphin for Android myself tho; but I'd guess that other than the Native JNI parts, the command line invocations should be the same as for every other OS.
Other than what Sonic already said, the rest should be the plain old compilation of the Java parts and packing to APK using either Gradle (the build system thingy) or an appropriate IDE (such as Android Studio). Never successfully built Dolphin for Android myself tho; but I'd guess that other than the Native JNI parts, the command line invocations should be the same as for every other OS.