ENGLISH
Hello everyone! I just got started with the study of creating libraries, so if I were to post a nonsense I would thank you if you point this out to me.
I started with the Erel documentation:
https://www.b4x.com/android/forum/threads/java-creating-libraries-for-b4a.6810/
After to deepen the concept I went to see the video tutorial also by Erel on Youtube:
I installed the latest package for Eclipse (Eclipse IDE for Java Developers -2020-12) and followed all the steps to create a new Java project. The hang arose when it was time to write the sample code, after adding the reference libraries, because Eclipse doesn't care "anywheresoftware.b4a.BA.ShortName".
My doubt was where am I going to get this BA item from? And I thought it must be in:
E:\Eclipse\eclipse-workspace\FirstLib\bin\anywheresoftware\b4a...\BA
I didn't find it in this folder and can't figure out what went wrong.
This is what happens to me:
I would very much thank those who will answer me.