Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Is Android Support Reposity includeable in Eclipse Neon?(Android Support Repository is the new Android Support Library needed for App Development)
Is Android Support Reposity includeable in Eclipse Neon? [message #1760009] Fri, 21 April 2017 08:30 Go to next message
Arne Mailand is currently offline Arne MailandFriend
Messages: 1
Registered: April 2017
Junior Member
Hi,

for certain compatibility reasons, I have to use Eclipse Neon for Android Development to develop an android app. Therefore I also have to use the newest Android SDK so I can implement some newest features.

Now, I am facing the problem that I cannot compile any Android app with Eclipse, because I get errors like

The import android.support cannot be resolved
ActionBarActivity cannot be resolved to a type
Error retrieving parent for item: No resource found that matches the given name "ThemeAppCompat. ..."

upon building. As I found out, this is because Eclipse is missing the "Android support library" (android support library.jar ?) in the sdk folder. The reason for this is, as I found out, that this library is obsolete and has been replaced by the "Android support repository". It has not been installed by the Android SDK manager and cannot be installed anymore, but Eclipse still needs it apparently.

I searched a lot for a solution for this but all answers I could find was "Swtich to Android Studio"... Unfortunately, there is no way around using Eclipse for me. Is there any known way to include the support repository and make eclipse use it? I found this site

developer.android.com/topic/libraries/support-library/setup.html

and thought, maybe I can follow these steps to make my app to a gradle.build and then include the stuff from the repository and get my stuff to work, but unfortunately I could not find a way to realize this.

I changed the related section in the gradle.build file to this:

dependencies {
...
compile 'com.android.support:appcompat-v7:24.0.0'
}

but could not get the app being built.

Is there any known solution for this? I actually cannot imagine that I am the only one trying to develop an Android App with the new support repository file these days. Should I maybe manually insert the obsolete (but newest) android support library.jar file from an older IDE? Could this work?

Thank you many times for your help.
Re: Is Android Support Reposity includeable in Eclipse Neon? [message #1760049 is a reply to message #1760009] Fri, 21 April 2017 13:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
This isn't a JDT question, It sounds more like it's related to https://projects.eclipse.org/projects/tools.andmore and their site seems to suggest using their mailing list https://projects.eclipse.org/projects/tools.andmore/contact

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:how to open a class from a jar in .bundle_pools/plugins
Next Topic:Eclipse on Mac doesn't persist recent workspaces
Goto Forum:
  


Current Time: Thu Apr 18 23:25:50 GMT 2024

Powered by FUDForum. Page generated in 0.01609 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top