I developed an android application which includes some classes, when I tried to run application I see this in log Could not find class 'com.voice.NevisaWebService', referenced from method com.voice.Main.upload
but application starts, when I do something in app that needs NevisaWebService class this error appears and application stops working java.lang.NoClassDefFoundError: com.voice.NevisaWebService
, what does it mean? I have this class in my wokspace and everything is write why does this error appears?
here is full logcat: