There is an application for android and there is a library application for android. The development environment is eclipse.
2 questions:
1) How to include classes from a regular Java project into the library android application? In the folder with the library project, I made a normal link for the java project src folder. Those. I have a src folder where the android library source codes are located and the src_link folder is a link to another project. It is right?
2) How to properly connect the android library to a regular project android project? The fact is that before I used only the classes that I created in the library and used them in several android projects. Now I decided to try adding a resource to the library. For example, created an object style.
Tried to apply this style to the element. The development environment did not see the style from the library. I tried to set this style to an object manually. There were no mistakes, but the style did not apply. No reaction.
What am I wrong?
eclipse
with a modern development environment not considered? - anbereclipse
simply inferior in functionality and convenience to Intellij and Android Studio, Google stopped supportingeclipse-adt
after the release of Android Studio. This is indicated both on theeclipse-adt
download page and on the android-developers blog. - anber