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?
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.
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).
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.