You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating custom Attach plugin, but I am not sure how to use Android native libraris while developming the plugins native coding e.g. DalvikPdfViewerService.java.
I am trying to create custom Attach plugin e.g. pdfViewer.
I have added the lib depedency in modules/pdfviewer/build.gradle e.g.
I think, only way to copy and past lib's codding directly, which is still not better way to doing things.
like xzing lib is directly copy & past without importing xzing lib.
I am creating custom Attach plugin, but I am not sure how to use Android native libraris while developming the plugins native coding e.g. DalvikPdfViewerService.java.
I am trying to create custom Attach plugin e.g. pdfViewer.
I have added the lib depedency in
modules/pdfviewer/build.gradle
e.g.but still i can't use imports form this library e.g.
import android.support.v4.provider.DocumentFile;
show how can i use native libs e.g. containing .aar files.
in previous javafxmobile-plugin i can simply use
now how can i use while creating attach plugin or in project which is using attach plugins.
The text was updated successfully, but these errors were encountered: