Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Lejia Chen
Total activity
583
Last activity
May 15, 2026 09:36
Member since
April 30, 2020 07:26
Following
0 users
Followed by
3 users
Votes
4
Subscriptions
208
Activity overview
Articles (5)
Posts (1)
Comments (365)
Sort by recent activity
Recent activity
Votes
Created
March 13, 2023 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...
Community
IntelliJ IDEA EAP Users
Android and Cannot find the declaration of element 'manifest'?
0 votes
Edited
March 09, 2023 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...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Created
March 09, 2023 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.
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Created
March 06, 2023 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...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Created
March 03, 2023 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.
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Created
March 03, 2023 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...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Created
February 28, 2023 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:...
Community
IntelliJ IDEA Users
cast to byte, but why?
0 votes
Created
February 27, 2023 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...
Community
IntelliJ IDEA Users
How to disable these context actions?
0 votes
Created
February 27, 2023 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...
Community
IntelliJ IDEA Users
Module: ':app' platform 'android-32' not found.
0 votes
Created
February 24, 2023 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?
Community
IntelliJ IDEA Users
Intellij can't find classes in same package
0 votes
«
First
‹
Previous
Next
›
Last
»