library shortname

  1. shb777

    Java Question shortname not resolved library example

    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; } }...
Top