silentSMS icon indicating copy to clipboard operation
silentSMS copied to clipboard

BUG: Error while compiling

Open x40x opened this issue 11 years ago • 1 comments

While compiling, I got 12 Errors:

Description Resource Path Location Type SMSDispatcher cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 193 Java Problem SMSDispatcher cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 193 Java Problem SMSDispatcher cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 231 Java Problem SMSDispatcher cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 239 Java Problem IccSmsInterfaceManager cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 191 Java Problem IccSmsInterfaceManager cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 187 Java Problem PhoneFactory cannot be resolved SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 180 Java Problem Phone cannot be resolved to a type SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 180 Java Problem The import com.android.internal.telephony cannot be resolved SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 17 Java Problem The import com.android.internal.telephony cannot be resolved SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 16 Java Problem The import com.android.internal.telephony cannot be resolved SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 15 Java Problem The import com.android.internal.telephony cannot be resolved SilentSMS.java /SilentSMS/src/net/tomcsanyi/domonkos/silentsms line 14 Java Problem

How can I fix this?

x40x avatar Jan 16 '14 18:01 x40x

Hi,

It seems to me that you don't have the Android Private Libraries in your building environment. Please try to follow this tutorial and have them imported and enabled into your Eclipse (I mean ADT) and then try to compile it again: https://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/

domi007 avatar Jan 18 '14 12:01 domi007