我在 Eclipse 中设计了一个 android 应用程序。在我的以下代码中
if (!IsNullOrEmpty(BASE_URL)) {
TripleDesImplementation des = new TripleDesImplementation();
try {.....}
}
我得到这个例外:
Could not find class 'com.vertis.security.TripleDesImplementation',
referenced from method com.vertis.cranedge.MainActivity.getWebServiceURL
我已经包括
import com.vertis.security.TripleDesImplementation;