Cuberite Forum
Android tests - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Android tests (/thread-530.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: Android tests - FakeTruth - 08-23-2012

Good for you Smile


RE: Android tests - NiLSPACE - 09-22-2012

do you think MC-Server is now compatible enough with 1.3 to make a new apk? Smile


RE: Android tests - FakeTruth - 09-23-2012

I'll have to test later tonight


RE: Android tests - FakeTruth - 09-26-2012

I tried to compile MCServer for Android but the CryptoPP uses exceptions. I even tried enabling exceptions but it seems the NDK does not completely supports it ( who knew >_> ) and I get
Code:
In file included from jni/../../CryptoPP/algparam.cpp:7:
jni/../../CryptoPP/algparam.h: In destructor 'virtual CryptoPP::AlgorithmParametersBase::~AlgorithmParametersBase()':
jni/../../CryptoPP/algparam.h:275: error: 'uncaught_exception' is not a member of 'std'

I can try to get rid of all the exceptions in CryptoPP just for Android


There seems to be a define for disabling uncaught exceptions: CRYPTOPP_DISABLE_UNCAUGHT_EXCEPTION
Trying to compile again...


Got a crapload of linker errors.. Sad Trying to compile against gnustl instead of stlport
I really hope this works, if it does we don't have to worry about exceptions anymore


Yay it compiled! Let's see if it worksBig Grin


RE: Android tests - FakeTruth - 09-27-2012

Well here it is
http://dl.dropbox.com/u/27784874/MCServer_4_Signed.apk

Stupid exceptions added so much bloat to the code that it's suddenly more than twice as big .. >_>


RE: Android tests - NiLSPACE - 09-29-2012

When you press the configure button, it automaticly takes 8081, it needs to take the port that is set in the settings.ini becouse i have port 8080.


RE: Android tests - FakeTruth - 09-29-2012

I knowTongue


RE: Android tests - l0udPL - 09-29-2012

So... is squirrel disabled in this version or not? If so, you might include it back, as we have to have exceptions anyway...


RE: Android tests - NiLSPACE - 09-29-2012

i have a nice idea: when you press the start button, the start button changes in a restart button Smile


RE: Android tests - NiLSPACE - 09-30-2012

not a good idea?