Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

I need to work on existing android project for my company. Its developed in eclipse.

1)How do i find out the eclipse version it is created
2)i have downloaded Eclipse Luna, is there any problem occur in version change while i tried open in Luna
Posted
Comments
Xiao Ling 28-Oct-14 20:21pm    
What happened when you imported your project into Eclipse? Any errors?
Member 10212775 29-Oct-14 1:04am    
No i don't have...

1 solution

1. I do not think that information is stored as part of the project.
2. It should not be critical to the project, as long as it is a version that supports Android devlopment. What happens when you try it?
 
Share this answer
 
Comments
Member 10212775 29-Oct-14 1:04am    
No i don't have...thank you for your reply
Richard MacCutchan 29-Oct-14 4:24am    
Don't have what; what is that supposed to mean?
Member 10212775 31-Oct-14 1:04am    
Sorry i dont have any errors i mean except i had some build path errors..that is i done..but not even hello world project is able to install on my emulator.

[2014-10-31 10:23:43 - helloworld] ------------------------------
[2014-10-31 10:23:43 - helloworld] Android Launch!
[2014-10-31 10:23:43 - helloworld] adb is running normally.
[2014-10-31 10:23:43 - helloworld] Performing com.example.helloworld.MainActivity activity launch
[2014-10-31 10:23:44 - helloworld] Automatic Target Mode: launching new emulator with compatible AVD 'final'
[2014-10-31 10:23:44 - helloworld] Launching a new emulator with Virtual Device 'final'
[2014-10-31 10:24:25 - helloworld] New emulator found: emulator-5678
[2014-10-31 10:24:25 - helloworld] Waiting for HOME ('android.process.acore') to be launched...
[2014-10-31 10:24:33 - helloworld] emulator-5678 disconnected! Cancelling 'com.example.helloworld.MainActivity activity launch'!
[2014-10-31 10:24:48 - Emulator] Failed to create Context 0x3005
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] could not get wglGetExtensionsStringARB
[2014-10-31 10:24:48 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
Richard MacCutchan 31-Oct-14 4:29am    
Looks like you are trying to use some OpenGL stuff in your Android project. I have not used that so cannot offer any suggestions; try the website where it came from.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900