Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加知乎帐号登录页面 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xdrt81y
Copy link

@xdrt81y xdrt81y commented Aug 8, 2017

android根目录下的build.gradle:

dependencies {
        classpath 'com.android.tools.build:gradle:2.2.3'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }

这一块改动了会影响依赖库的构建,高于这个gradle版本buildToolsVersion必须高于25.0.0,这里需要还原

3-0 修改AppDelegate
3-1 编译错误 找不到 librnsvg-tvos
3-2 运行错误,服务端报错
   Duplicate module name: core-js
3-3 修改index.ios.js 运行错误
not support statusBarDidChanged
3-4 运行错误
  Possible unhandled promise rejection (id:0: TypeError:undefined is
not an object
  (evaluating '_kit.Utils.dateStrToDate(originDate).toString')
3-5 登录页面 点击事件没反应
3-6 在图片上显示的Text有白底,而不是透明的
3-7 详情页具体内容显示不出来
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant