Android Projects in 2024.3

已回答

Since IntelliJ 2024.3 , Android Projects do not seem to be created corectly> 

1) The project directory structure is incomplete . Specifically, many of the directories under /res , such as /res/drawable and /res/mipmap are missing.

2) The generated Manifest contain entries that refer these missing directories, such as: android:icon="@mipmap/ic_launcher", and android:roundIcon="@mipmap/ic_launcher_round". This obvioulsy causes an error.

3) Version is 2024.3.1.1 (Community Editions) Build #IC-243.22562.218, built on December 18, 2024

Runtime version: 21.0.5+8-b631.28 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

4) Language is Java. Template is Empty Views Activity. 

5) Deleting the line in the manifest and attempting to build and run results in: jlink not found ….

Is there any information on this? 2024.2.4 works fine. Thanks. 
 

0

Respectfully - this is a non-answer. 

Project Structure - It is NOT correctly set up.  It is set up by IntelliJ.  That was one of the main points of the post. 

Update SDK - it was updated prior to submission

Manifest - yes I did remove them 

jlink error - tried MULTIPLE JDKs. 

All of the above has been happening since the release of 24.3. Is IntelliJ going to fix this or not?  Could you just let us know?????

Thanks. 

 

0

Hello,

Thanks for the report! 

Issue is created on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-365009

Please follow it for updates.

0

请先登录再写评论。