On Wed Sep 11, 2019 at 3:51 AM Jay Sharma wrote: > > > I have one doubt when we build using gomobile in that I am giving the > classpath to my .class java file. > *Will it be included in .aar or I have to include that .class file along > with .aar in my android application. * >
The class file is not automatically included, that wasn't clear from my earlier reply. Please include the class file in your project and try my suggestion to call your code from Java. -- elias -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/BWX4HNJBFFHC.1LTPFNFL2HB48%40themachine.
