1.5升级到2.0.2出现的问题

求大神回答。
最近强制升级,我按照安装说明通过重新拷贝并且修改相应的项目文件,从1.5升级到2.0.2后。
登陆时输入渠道账号后闪退了,user_plugin.login(); 登陆成功没回调时出错了。
不知道是否是复制res文件没成功?我是按照它说的避免覆盖原文件的。但是里面其实有1.5版本的文件。如果是我是否应该选择全部覆盖文件呢?

异常如下。
I 18302 System.out CCHttpResponse sendMsg response
I 18302 System.out pop task:8717
I 18302 CocoAnalyse CocoAnalyse getNetState getContext = org.cocos2dx.javascript.AppActivity@424c5218
W 18302 ResourceType Failure getting entry for 0x7f040015 (t=3 e=21) in package 0 (error -75)
D 18302 AndroidRuntime Shutting down VM
W 18302 dalvikvm threadid=1: thread exiting with uncaught exception (group=0x416e8d58)
E 18302 AndroidRuntime FATAL EXCEPTION: main
E 18302 AndroidRuntime Process: com.wisdomgame.ZQSG.chukong, PID: 18302
E 18302 AndroidRuntime android.content.res.Resources$NotFoundException: String resource ID #0x7f040015
E 18302 AndroidRuntime at android.content.res.Resources.getText(Resources.java:252)
E 18302 AndroidRuntime at android.content.res.MiuiResources.getText(MiuiResources.java:108)
E 18302 AndroidRuntime at android.content.res.Resources.getString(Resources.java:338)
E 18302 AndroidRuntime at com.anysdk.Util.d.run(Unknown Source)
E 18302 AndroidRuntime at android.os.Handler.handleCallback(Handler.java:733)
E 18302 AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:95)
E 18302 AndroidRuntime at android.os.Looper.loop(Looper.java:136)
E 18302 AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:5052)
E 18302 AndroidRuntime at java.lang.reflect.Method.invokeNative(Native Method)
E 18302 AndroidRuntime at java.lang.reflect.Method.invoke(Method.java:515)
E 18302 AndroidRuntime at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E 18302 AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
E 18302 AndroidRuntime at dalvik.system.NativeStart.main(Native Method)

因为你没把框架的res目录下的资源拷贝到Android的res目录下