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
Asked
Active
Viewed 5,002 times
0
-
1please check your manifest file in that make sure minSDK version is not higher than your phone sdk version. – Hiren Dabhi Feb 02 '12 at 05:10
4 Answers
0
You should install the apk in the phone and not the project.

Rajdeep Dua
- 11,190
- 2
- 32
- 22
-
Hi. 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 – chinna_82 Feb 03 '12 at 03:27
0
Better connect your device to Pc and run your application to mobile. Before, connecting your mobile it needs some PC suite to support your device for Eclipse. Just download that also. Hope it helps. And, also see these links -

Community
- 1
- 1

Praveenkumar
- 24,084
- 23
- 95
- 173
0
Have you exported the signed application package and transferred it to your Google Nexus? If so, it should be installed.

CoffeeRain
- 4,460
- 4
- 31
- 50

Relsell
- 771
- 6
- 18
0
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

chinna_82
- 6,353
- 17
- 79
- 134