hi
[javac] Compiling 500 source files to /tmp/build3149152162160886177xxx/MyApplication/bin/classes
[javac] /tmp/build3149152162160886177xxx/MyApplication/src/userclasses/readSMSImpl.java:14: error: cannot find symbol
[javac] IntentFilter filter = new IntentFilter();
[javac] ^
[javac] symbol: class IntentFilter
[javac] location: class readSMSImpl
[javac] /tmp/build3149152162160886177xxx/MyApplication/src/userclasses/readSMSImpl.java:14: error: cannot find symbol
[javac] IntentFilter filter = new IntentFilter();
[javac] ^
[javac] symbol: class IntentFilter
[javac] location: class readSMSImpl
[javac] /tmp/build3149152162160886177xxx/MyApplication/src/userclasses/smsReceiverBroadcast.java:19: error: duplicate class: smsReceiverBroadcast
[javac] public class smsReceiverBroadcast extends BroadcastReceiver {
[javac] ^
[javac] /tmp/build3149152162160886177xxx/MyApplication/src/userclasses/readSMSImpl.java:18: error: cannot access smsReceiverBroadcast
[javac] smsReceiverBroadcast srBroadcast = new smsReceiverBroadcast();
[javac] ^
[javac] bad source file: /tmp/build3149152162160886177xxx/MyApplication/src/userclasses/smsReceiverBroadcast.java
[javac] file does not contain class userclasses.smsReceiverBroadcast
[javac] Please remove or make sure it appears in the correct subdirectory of the sourcepath.
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.[javac] Compiling 500 source files to /tmp/build2363898838683068927xxx/MyApplication/bin/classes
[javac] /tmp/build2363898838683068927xxx/MyApplication/src/userclasses/smsReceiverBroadcast.java:19: error: duplicate class: smsReceiverBroadcast
[javac] public class smsReceiverBroadcast extends BroadcastReceiver {
[javac] ^
[javac] /tmp/build2363898838683068927xxx/MyApplication/src/userclasses/readSMSImpl.java:19: error: cannot access smsReceiverBroadcast
[javac] smsReceiverBroadcast srBroadcast = new smsReceiverBroadcast();
[javac] ^
[javac] bad source file: /tmp/build2363898838683068927xxx/MyApplication/src/userclasses/smsReceiverBroadcast.java
[javac] file does not contain class userclasses.smsReceiverBroadcast
[javac] Please remove or make sure it appears in the correct subdirectory of the sourcepath.
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors====
[javac] Compiling 500 source files to /tmp/build7889495433586324184xxx/MyApplication/bin/classes
[javac] /tmp/build7889495433586324184xxx/MyApplication/src/userclasses/readSMSImpl.java:19: error: cannot find symbol
[javac] smsReceiverBroadcast srBroadcast = new smsReceiverBroadcast();
[javac] ^
[javac] symbol: class smsReceiverBroadcast
[javac] location: class readSMSImpl
[javac] /tmp/build7889495433586324184xxx/MyApplication/src/userclasses/readSMSImpl.java:19: error: cannot find symbol
[javac] smsReceiverBroadcast srBroadcast = new smsReceiverBroadcast();
[javac] ^
[javac] symbol: class smsReceiverBroadcast
[javac] location: class readSMSImpl
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errorsHi chen
I thought by adding the xml in the manifest i don't need to register.
Joseph