|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
关于UIView的子类有很多UIButtonUITableView这个都需要各个击破看看文档从名字上就很容易理解是做什么的UIViewController是管理View和Model的类(@张开说UIViewController是用来管理view的,管理model的类自己写,当然,model也可以用UIViewController来管理,不过恐怕成为不好的代码。利用androidsdk2.1/2.2版本,app程序打包搅浑代码以后报出以下的非常信息
<br>
大概是呈现
com.tencent.jsutil.BundleMap:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.jsutil.IntentMap:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.jsutil.JsDialogListener:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.jsutil.PackIRequestListener:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.jsutil.PackIUiListener:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.jsutil.ReportUtils:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.record.debug.WnsClientLog:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.sdkutil.AppUtils:can’tfindreferencedclassandroid.webkit.JavascriptInterface
com.tencent.tauth.QQToken:can’tfindreferencedclassandroid.webkit.JavascriptInterface
办理举措:不要搅浑sdk的jar包文件
-libraryjarslibs/open_sdk.jar
-dontwarncom.tencent.**
-keepclasscom.tencent.**{*;}
这个不用疑惑照做就行了文档:高级库(发动机)UIKit---UI库OBJCUIResponder |
|