Reputation: 775
When I'm trying to install Android ADT in Eclipse it gives errors.Plese some one help me to resolve this issue.I had been stick here for a long time.
this is the shown error.
Cannot complete the install because of a conflicting dependency.
Software being installed: Android Traceview 23.0.7.2120684 (com.android.ide.eclipse.traceview.feature.feature.group 23.0.7.2120684)
Upvotes: 0
Views: 232
Reputation: 1276
You should be using Android Studio as Eclipse is no longer supported by Google for Android development. This link will provide you with all you need to get started with Android development using Android Studio. The UI is similar but this is now the official IDE for Android development.
But if you must use Eclipse
You should remove old adt before install new one.
Upvotes: 1