Tencent / Hippy

Hippy is designed to easily build cross-platform dynamic apps. 👏

Home Page:https://hippyjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译有问题

BarryfwuTencent opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS and version: [e.g. iOS 13.3.1]
  • Hippy native SDK version: [e.g. 2.0.0]
  • Front-end SDK and version [e.g. @hippy/vue 2.0.1]

Additional context
Add any other context about the problem here.
默认编译配置中,安卓的 lintdedug 回检测几个 bug 并中断编译。建议在 android/sdk/build.gralde 文件中关闭掉 android.lintdebug.

android {
lintOptions {
checkReleaseBuilds false
//If you want to continue even if errors found use following line
abortOnError false
}
archivesBaseName = ARCHIVES_BASE_NAME
compileSdkVersion COMPILE_VERSION as int

企业微信截图_f31975d6-450e-4bf2-8e79-4681a2cbbfc7

commented

不建议关闭lint能力,具体lint错误稍后修复

Pay attention 🛎️ !!
There has been no activity on this issue for 2 months, so I will label it stalled.
It will be automatically closed in 60 days if no more activity. Feel free to leave a comment if you have any questions.

Sorry, closing this issue because it has stalled for over 3 months.
Feel free to reopen if this issue is still relevant, or to ping the collaborator if you have any questions.