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) |
RE: Android tests - NiLSPACE - 12-24-2013 No I can walk around and even work with redstone. RE: Android tests - NiLSPACE - 12-24-2013 Could other people try it? Maybe it's just my mobile thats doing weird. It works fine in an emulator. RE: Android tests - tigerw - 12-25-2013 Yep, mine crashes when trying to load a world. RE: Android tests - bearbin - 12-25-2013 It probably is some unaligned access. RE: Android tests - tigerw - 12-25-2013 Clarification: crash only when load, not save or generate. There must be someway to do it all via command line, searching for "build apk from command line" returns many results, but not sure how applicable they are to this. RE: Android tests - FakeTruth - 12-25-2013 I think you need something called "Ant" for that. Dunno what it is RE: Android tests - NiLSPACE - 06-08-2014 The Android version is pretty much unbuildable for me now. Could someone with Android development experience take a look at it? RE: Android tests - bearbin - 06-08-2014 Once we rip out the compiled tolua and replace it with system lua we can have android compilation much more easily. RE: Android tests - NiLSPACE - 06-08-2014 But that has nothing to do with the errors I'm getting. I get errors because it can't find the libraries. RE: Android tests - xoft - 06-10-2014 We're one step closer to automated Android builds, I've managed to remove the dependency on compiled ToLua++, it can now be used as a regular Lua script Still, Someone needs to wire it into the cmake file, I'm not good enough with that. |