Estoy desarrollando una envoltura. Ya tengo el codigo escrito en Eclipse. Como soy nuevo no entiendo bien lo siguiente.
Una vez escrito el codigo tengo que compilarlo con la herramienta (Simple Library Compiler) SLC, por que lo hice asi y me salta el siguiente error.
I am developing a wrapper. I already have the code written in Eclipse. Since I'm new, I don't quite understand the following.
Once the code is written I have to compile it with the SLC tool (Simple Library Compiler), because I did it that way and I get the following error.
Eclipse references to androidx.annotation are included.
Am I skipping any steps?
Did I do something wrong?
Could you help me, because I also want to learn how to wrap well since some libraries are more complex and I want to incorporate them into b4a. From already thank you very much
Las referencias en eclipse de androidx.annotation estan incluidas.
Me estoy salteando algun paso?
Algo hice mal?
Me podrian ayudar, porque tambien quiero aprender bien a envolver ya que algunas librerias son mas complejas y las quiero incorporar a b4a. Desde ya, muchas gracias
Una vez escrito el codigo tengo que compilarlo con la herramienta (Simple Library Compiler) SLC, por que lo hice asi y me salta el siguiente error.
I am developing a wrapper. I already have the code written in Eclipse. Since I'm new, I don't quite understand the following.
Once the code is written I have to compile it with the SLC tool (Simple Library Compiler), because I did it that way and I get the following error.
Error:
error: cannot find symbol
import androidx.annotation.NonNull;
^
symbol: class NonNull
location: package androidx.annotation
1 error
Error.
Eclipse references to androidx.annotation are included.
Am I skipping any steps?
Did I do something wrong?
Could you help me, because I also want to learn how to wrap well since some libraries are more complex and I want to incorporate them into b4a. From already thank you very much
Las referencias en eclipse de androidx.annotation estan incluidas.
Me estoy salteando algun paso?
Algo hice mal?
Me podrian ayudar, porque tambien quiero aprender bien a envolver ya que algunas librerias son mas complejas y las quiero incorporar a b4a. Desde ya, muchas gracias