Android IDE (AIDE) Support Forum

[AndroidX] [Material] Android Material DrawerLayout Template

Feel free to download and make your handsome projects :
DrawerLayout(Added support for system dark theme):
https://drive.google.com/file/d/16hax3FKrgGWWf-46yHtOvwTqxCkL1Ns5/view?usp=drivesdk

2 Likes

[Use the latest android.jar]

Set the new android.jar
Follow this thread: [DOWNLOAD] get the latest android.jar for Android IDE

1 Like

[Fixing Errors]

If you got errors like this:


Just add a number or letter to “closeIcon”, “icon” and “iconTint” attribute.
For example:

  • “icon” to “icon2”
  • “closeIcon” to “closeIcon2”…
1 Like

[Extra]
Reserved for the future

Nice post, take a heart!

Well, this really works and the app does not crash! So why on earth can’t AIDE compile projects taken from github?! :thinking: It always throws numerous errors!

1 Like

Some devs has not 100% compilable code on their GitHub. That is one of the many reasons.

Sometimes the project uses a new version of gradle, one of their changes is that compile is now deprecated and you must use dependency

I can say that this definitely works