Running android application on windows, developed on linux

Posted by PankTrip on Stack Overflow See other posts from Stack Overflow or by PankTrip
Published on 2010-05-25T06:53:01Z Indexed on 2010/05/25 7:01 UTC
Read the original article Hit count: 131

Filed under:

Hi,

I'm very new to Android development.

I want to run an Android application on Windows using eclipse that has been already developed on Linux OS. I tried to copy the source/res and menifest file of Android application form linux and started creating a new project on windows. I tried to replace the source/res and menifest of newly created Project on windows with one on linux. It was unable to generate R.java file.

I wonder if java is portable accross platform then why I couldn't create and compile a new project on Windows from Linux.

Thanx in advance.

© Stack Overflow or respective owner

Related posts about android