I trying to do the youtube tutorial on creating a simple library and I'm getting this error:
package anywheresoftware.b4a.sample;
import anywheresoftware.b4a.BA.shortname;
@ShortName("djimavic")
/* hi */
public class djimavic {
public int multiply(int x) {
return x*3;
}
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.