1

I am new to eclipse. I have a old application that is compatible for 2.2 android version. Basically this application display google map using Map View. I just want to make some text changes in this application for deployment. But i'm having issue while debug. It get crashed. Here is error window

enter image description here

Maraboc
  • 10,550
  • 3
  • 37
  • 48

2 Answers2

0

Experiencing a similar situation from time to time I have to have the following for the old project:

  • Eclipse Luna (no other eclipse works)
  • Old version of Android SDK (update it to far and nothing works)

The quirks of my situation may be specific to my project but maybe they'll help. Android + Eclipse is not fun, convert to Android studio if you have the possibility:

https://developer.android.com/studio/intro/migrate.html

Adam
  • 2,845
  • 2
  • 32
  • 46
  • Not possible to migrate that project. I have selected the Google API's 2.2 Project Build Target. Is that correct or not? @Adam – Gurpreet Singh Sep 20 '17 at 11:13
  • Compare with what you have in your AndroidManifest, if it is the same it should work. Maybe this could be of interest as well: https://stackoverflow.com/questions/32084413/what-is-the-difference-between-google-apis-in-android-sdk , I don't think I can provide any more help than that. I don't recognize your specific errors – Adam Sep 20 '17 at 11:24
  • Thanks @Adam, I will compare with that. – Gurpreet Singh Sep 20 '17 at 11:29
0

You first have to convert your project to Android studio and then fix your issues because some of the them will not work in Eclipse and might be some libraries are not supported in Eclipse.

See this how to Convert Eclipse project to Android Studio

See this link, it might be helpful for you.

Wasif Ali
  • 886
  • 1
  • 13
  • 29
Muazzam A.
  • 647
  • 5
  • 17