A B4A member is trying to compile the java source code that I have posted here with SLC but gets an error. He also tried an earlier post and it gives the same error.
Starting step: Compiling Java code.
javac 1.8.0_25
D:\BlueDudeZxingLib\src\ice\zxing\b4aZXingLib.java:4: error: package android.content does not exist
import android.content.Intent;
The first 4 lines of b4aZXingLib.java is as follows:
line 1. package ice.zxing;
line 2.
line 3. import java.io.UnsupportedEncodingException;
line 4. import android.content.Intent;
It compiles without any problem on my computer. Any idea what is the reason for the compiling error that he gets?
Starting step: Compiling Java code.
javac 1.8.0_25
D:\BlueDudeZxingLib\src\ice\zxing\b4aZXingLib.java:4: error: package android.content does not exist
import android.content.Intent;
The first 4 lines of b4aZXingLib.java is as follows:
line 1. package ice.zxing;
line 2.
line 3. import java.io.UnsupportedEncodingException;
line 4. import android.content.Intent;
It compiles without any problem on my computer. Any idea what is the reason for the compiling error that he gets?
Last edited: