Desire2Learn Connection via Android -
i trying connect d2l via android. (i use c# have decided try android application).
i have tried using java client library compiling , putting .jar file libs folder in android project app crashes whenever try create authenticated uri.
anyone have ideas? tips? i've searched example haven't found 1 yet.
thanks!
there nothing being output console in logs you're looking for:
04-16 17:05:39.690: w/dalvikvm(2118): vfy: unable resolve static method 3861: lorg/apache/commons/codec/binary/base64;.encodebase64 ([bzz)[b 04-16 17:05:39.690: d/dalvikvm(2118): vfy: replacing opcode 0x71 @ 0x0010 04-16 17:05:39.730: w/dalvikvm(2118): threadid=11: thread exiting uncaught exception (group=0x418c6700) 04-16 17:05:39.740: e/androidruntime(2118): fatal exception: thread-183 04-16 17:05:39.740: e/androidruntime(2118): java.lang.nosuchmethoderror: org.apache.commons.codec.binary.base64.encodebase64 04-16 17:05:39.740: e/androidruntime(2118): @ com.d2lvalence.idkeyauth.implementation.d2lsigner.getbase64hashstring(d2lsigner.java:40) 04-16 17:05:39.740: e/androidruntime(2118): @ com.d2lvalence.idkeyauth.implementation.d2lusercontext.buildauthenticateduriquerystring(d2lusercontext.java:129) 04-16 17:05:39.740: e/androidruntime(2118): @ com.d2lvalence.idkeyauth.implementation.d2lusercontext.getquerystring(d2lusercontext.java:163) 04-16 17:05:39.740: e/androidruntime(2118): @ com.d2lvalence.idkeyauth.implementation.d2lusercontext.createauthenticateduri(d2lusercontext.java:93) 04-16 17:05:39.740: e/androidruntime(2118): @ com.example.d2lprofileupdate.d2lrest.getname(d2lrest.java:100) 04-16 17:05:39.740: e/androidruntime(2118): @ com.example.d2lprofileupdate.mainactivity$1.run(mainactivity.java:32) 04-16 17:05:39.740: e/androidruntime(2118): @ java.lang.thread.run(thread.java:841) 04-16 17:05:39.820: d/libegl(2118): loaded /system/lib/egl/libegl_tegra.so 04-16 17:05:39.840: d/libegl(2118): loaded /system/lib/egl/libglesv1_cm_tegra.so 04-16 17:05:39.870: d/libegl(2118): loaded /system/lib/egl/libglesv2_tegra.so 04-16 17:05:39.900: d/openglrenderer(2118): enabling debug mode 0
Comments
Post a Comment