Android-Validator icon indicating copy to clipboard operation
Android-Validator copied to clipboard

Failed resolution of: Lcom/throrinstudio/android/example/validator/R$string;

Open XinwenCheng opened this issue 8 years ago • 0 comments

When I create an instance of any type of Validator, for example, NotEmptyValidator, there always be an error with detailedMessage "Failed resolution of: Lcom/throrinstudio/android/example/validator/R$string;".

My source code is following: NotEmptyValidator notEmptyValidator = new NotEmptyValidator(fragment.getContext());

And the cause info of this error is: java.lang.ClassNotFoundException: Didn't find class "com.throrinstudio.android.example.validator.R$string" on path: DexPathList[[zip file "/data/app/com.fourthdimension.gaodingv1android-2/base.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]

XinwenCheng avatar Sep 20 '15 04:09 XinwenCheng