主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Lejia Chen
活动总数
581
最后的活动
2026年05月15日 09:36
成员加入日期
2020年04月30日 07:26
关注
0 名用户
关注者数
3 名用户
投票数
4
订阅数
208
活动概览
文章(3)
帖子(1)
评论(365)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月13日 08:52
Hi @Евгений, from my checking, this should work in the latest IDEA version. Could you please open the problem file in the IDEA and share a screenshot of the full IDEA window here showing this probl...
社区
IntelliJ IDEA EAP Users
Android and Cannot find the declaration of element 'manifest'?
0 票
已编辑于
2023年03月09日 05:09
You need either change the `implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` to `api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` in `traac-core` project.Or add the `im...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月09日 03:31
The `traac-core` 2.4.0 might depend on the `jackson` but the `2.5.0` does not.Add `implementation in your `build.gradle`'s `dependencies` section and reimport it to fix it.
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月06日 02:12
Check the `compileClasspath` section below. Your `traac-core` library doesn't depend on the `jackson` library.So the importing/compilation doesn't work for you.Try to add a `jackson` library direct...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月03日 06:08
Please run `gradle dependencies` from the Terminal and share the output here.I suspect the `traac-core` library doesn't depend on the `jackson` library for some reason.
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月03日 04:40
Hi,Can you build/run the project successfully in the IDEA? Also, try the `gradle build` from the Terminal to see if it builds.Please close the IDEA, and remove the `.idea` in this project folder ro...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年02月28日 02:17
Hi,The java compiler itself would reject this code too.The range of valid byte values is from -128 to +127. And `0b11111111` is 256 which is out of the byte range.Also, see here for details: https:...
社区
IntelliJ IDEA Users
cast to byte, but why?
0 票
创建于
2023年02月27日 07:36
@Mark Jeronimus Hi, there is no way to disable these two static import actions. I have created an issue for you here and please vote for it:https://youtrack.jetbrains.com/issue/IDEA-314197/Create-m...
社区
IntelliJ IDEA Users
How to disable these context actions?
0 票
创建于
2023年02月27日 03:53
As a workaround, you could try setting the JDK 11 in the `File | Project Structure | Project` in the IDEA 2022.3.2 version to fix this issue.The related issue is here: https://youtrack.jetbrains.co...
社区
IntelliJ IDEA Users
Module: ':app' platform 'android-32' not found.
0 票
创建于
2023年02月24日 07:07
@Maclacjord Hi, what's your current IDEA version? Would it be possible to share a sample code of the `ClassA` and `ClassB` for checking?
社区
IntelliJ IDEA Users
Intellij can't find classes in same package
0 票
«
第一页
‹
上一页
下一页
›
最后
»