Note that there are some explanatory texts on larger screens.

plurals
  1. USJens Mander
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COLibrary is a java project (two classes) that I want to use in an android app. Unfortunately, it doesn't seem to find its way into the apk. Runtime says "Could not find class...", refering to one of the classes from the library. It doesn't matter how I reference the lib from the app. I don't think I have a strange config here. Just a relatively fresh install of ADT. If I put the two classes into an android lib and refer to that from the app via Android/Library, everything works as expected. But since I'm pretty sure I will use similar setups all the time, I am looking for the overall solution.
      singulars
    2. COApplying your advice helped through the dialogue producing the error. But afterwards I still got all kinds of errors. Eclipse also began producing many errors. I deinstalled everything related to java / android development and reinstalled only ADT. I removed the strange library from my project and after hours of work I got my project working again (sadly, without the desired library of course). It's irritating what huge potential for errors Eclipse/Java/Android has! I am going to open a new question about integrating android-maps-utils into an own project using a fresh installation of ADT.
      singulars
    3. COThat sounds promising! How do I do that? I already tried to reference my java library through Android/Library, Java Build Path/Projects, Java Build Path/Libraries and played with Order and Export, all to no avail. The android runtime gives me "Could not find class..." every time. (I can't believe, I have to manually configure xml-files. That would seem like a very big anachronism to me.)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload