I’m new to Android development. I gone through the tutorial and managed to create Hello World program in my Eclipse. I managed to run it and viewed the output in Emulator. I export the project and saved in my local and later moved to my Samsung Galaxy Nexus. I used ASTRO file management to install the file, but I got an error saying ‘Parse Error:There is a problem parsing the package’. I googled and most of them asking me to change the file manager to install the project in Samsung Galaxy Nexus. Hope someone can help me on this matter. The phone using and
I’m new to Android development. I gone through the tutorial and managed to create
Share
Its version issue. My target was 4.0.3 mean while my phone was 4.0.2. I changed the target version in my project and its works fine. Thanks