android - How to resolve access to class not allowed -


i calling class jar file.
but, class called, application crashes , in logcat i'm getting error:

caused by: java.lang.illegalaccessexception: access class not allowed  @ java.lang.class.newinstanceimpl(native method)  @ java.lang.class.newinstance(class.java:1319)  @ android.app.instrumentation.newactivity(instrumentation.java:1053)  @ android.app.activitythread.performlaunchactivity(activitythread.java:2099) 

what reason?
can please me?


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -