SDL with Android

Hi,

I would like to know if there is an exact tutorial on how I can create SDL
projects on Visual c++ 2010 that will run on Android devices. Do I need to
install SDL 2.0? I currently have SDL1.2.15.

Many thanks!–
Karsten Vermeulen

*Mobile * : +44(0)7 4321 426 02
*Website * : http://www.lazydog-games.co.uk
*Facebook * : http://www.facebook.com/karsten.vermeulen
Twitter : https://twitter.com/djkarstenv
YouTube : http://www.youtube.com/LazyDogGames
*LinkedIn * : http://www.linkedin.com/in/karstenvermeulen
Soundcloud : http://soundcloud.com/lazydog-games

You need to use an Android aware IDE like Eclipse or InteliJ.

C and C++ in Android are compiled as dynamic libraries (.so) that get
loaded by the DalvikVM.

As such, you still rely in Java for quite some stuff and need to integrate
with Android’s toolchain.

Otherwise you can basically configure some external tools in Visual Studio
to call the required Ant scripts and Android special flavour of makefiles.–
Paulo

On Sat, Sep 29, 2012 at 9:12 PM, Karsten Vermeulen wrote:

Hi,

I would like to know if there is an exact tutorial on how I can create SDL
projects on Visual c++ 2010 that will run on Android devices. Do I need to
install SDL 2.0? I currently have SDL1.2.15.

Many thanks!


Karsten Vermeulen

*Mobile * : +44(0)7 4321 426 02
*Website * : http://www.lazydog-games.co.uk
*Facebook * : http://www.facebook.com/karsten.vermeulen
Twitter : https://twitter.com/djkarstenv
YouTube : http://www.youtube.com/LazyDogGames
*LinkedIn * : http://www.linkedin.com/in/karstenvermeulen
Soundcloud : http://soundcloud.com/lazydog-games


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org