• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps android app for beginers

i am a college student and i know c and c++...is this enough to create android app? or i really need to start with java.....(i dont know java)
 
You have to know C++ and Java because android runs mostly something between C++ and Java!
But java is easy i learned it for like a month.

For an android app try making a simple hello world and then use dex2jar to convert tha jar to a apk.

at least thats what i did! :D
EDIT: i did it the first time and now i make calculators :( LOL
 
well i dont know about java script but there are alot of XML files needed to create a app.
You dont need to learn XML but i recomend it if you want to make a decent app.

if you have problems google how to use the android SDK to create apps.
 
friends, i'm just tried to run hellow world c++ program in eclipse...i got binary code not found error what is it mean..? How to make path to execute c++ code in eclipse...i downloaded eclipse from android website and did my installation..i just wanna ask apart from these anything need to download or upgrade to run c++ code in my android ATD...i am blank...Thanx in advance
 
If you're super new to Android development, I'd learn Java and start with that. I'm pretty new also, I'm just finishing up my first app now. I've been fiddling with Android and Java for about a month now, but I also only knew C++ before this. Developing in C++ for Android just wasn't worth the effort in my case.

As for executing code in eclipse, I'm not positive what you mean by that, but maybe you need to set up an emulated device from the SDK Manager?
 
i set my emulated device for my project...As a student my project was in c++ for this semester....i choose to develop app in android....i googled for how to run c++ code in eclipse i cant found any answer really helpful to me....i had installed what is said in android.com for eclipse installation...my question is apart from this, really i need to do anything to run c++ code in eclipse....
 
Thread moved to the Application Development forum where it will be seen by more members interested in development. PM sent to OP to welcome and explain the move.
 
thanks for all your replies @ardchoille,Earlymon and DrSuperSocks...... i read your's links sir but still i don't know how to run simple c++ code in android eclipse. No problems in running hellow world program in emulator(which was in android website)..when i tried to run hellow world in c++ and flashes the error "binary code not found" to my face....How to overcome this?
 
Back
Top Bottom