Android Question pdfwriter with cameraexclass

JDS

Active Member
Licensed User
Longtime User
I've added pdfwriter (https://www.b4x.com/android/forum/threads/pdfwriter.12840/#content) to my project. But now I get the error below (before I didn't get any errors). The lib CameraExclass is the latest version.

Am I missing something? Any thoughts?

B4X:
javac 1.8.0_152
src\lmmobile\jds\android\lm_main.java:334: error: cannot find symbol
public static com.rootsoft.pdfwriter.PaperSize _papersize = null;
                 ^
  symbol:   class rootsoft
  location: class com
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: src\lmmobile\jds\android\cameraexclass.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 
Top