• Forum
  • Lounge
  • What is the position with C++ and Androi

 
What is the position with C++ and Android app development?

Jan 1, 2015 at 4:00pm
I keep reading conflicting things about whether or not it is possible to develop an android app in C++. Some say that an advanced understanding of Java is required. Others say that it is not at all possible!

What is the real deal here? I simply want to know if it is possible to develop an 'app' for android devices using 'pure' C++? If it is possible, what development kit would be required?

Cheers
Jan 1, 2015 at 4:46pm
Check out the NDK.
Jan 2, 2015 at 12:45am
The answer is yes.

In addition to the Android NDK, the latest versions of Microsoft Visual Studio can do it.
Jan 2, 2015 at 7:58am
I'm stumped on why these responses were reported.
Jan 2, 2015 at 11:15am
Some low-life, I'd guess. It's happened elsewhere.
http://www.cplusplus.com/forum/lounge/151703/
Jan 2, 2015 at 12:33pm
Others have already answered the question but figured I would recommend checking out Cocos2d-x for Android development. It is mainly geared towards real time applications but it can also be used to create standard form applications also.

http://www.cocos2d-x.org/

Make sure you get the Cocos2d-x version (C++ and Lua support) and not the other versions. This framework will allow you to build mobile applications and games in pure C++, though it does try and bring in some Objective-C concepts like managed memory (Through memory pools and auto released objects).
Jan 3, 2015 at 12:57am
They also reported here http://www.cplusplus.com/forum/lounge/152325/ my guess is that it was spoon liker since he posted in that thread and it was the first thread I saw that had a bunch reported on.
Topic archived. No new replies allowed.