Moe wrote:Can somebody please verify that start up problems at the first start are solved (back and start a (new) game crashes always, no need to report, I am working on this point)?
I have finally set up my devel image (lubuntu 12.04 in VirtualBox, so might be using newer versions of software) and succesfully compiled and tested the project.
Works for me both on emulator and on HTC Desire. I have orderer a HP TouchPad tablet (yes, the only reason being love-native-android), will install Android 4 on it, so there will be another device to test.
My issues so far:
- I have to click twice to execute a *.love file from SD card (but I understand it is a known issue)
- the fonts are unreadable - I get only white blocks
- the volume button does not work - in iyfct.love I could not lower the music volume - had to exit the application (the music was still playing!), then the volume botton worked. However, to stop the music, I had to kill love
- in order to compile the project succesfully, I had to comment out 3 lines with @Override decorators in LoveRenderView.java (as advised by Eclipse)