Official Telegram group of AndroidIDE to discuss issues, requests and suggestions. We use GitHub to manage requests, features and suggestions. GitHub: https://github.com/AndroidIDEOfficial/AndroidIDE Website: https://androidide.com/
Assign the btn
variable. You can use findViewById()
🔨 1 new commit to AndroidIDE:crowdin-contributors
a98e5b8: chore: update crowdin contributors table by itsaky
Pushed by : github-actions[bot]
For me disabling Material You only works in dark mode (using not the latest build tho).
Right now IDE is being tweaked to work with dynamic colors and user defined themes. So this thing is not as complete for now.
AndroidIDE uses a different package repository than Termux. It is maid so to prevent versioning conflicts i think. Since you installed Gradle with idesetup
you can use it anyway. I just don't remember the directory, but it's somewhere in AndroidIDE's Terminal's home directory
Please add gradle as a package that can be installed by pkg install gradle (i can do that in termux but not in android-ide)
Читать полностью…🐛️ New Issue - AndroidIDEOfficial/AndroidIDE#815 - [Bug]: app crash by @sb-codz
### What happened?
AndroidIDE crash report
Manufacturer: Xiaomi
Device: Redmi6Pro
ABI: arm64-v8a
SDK version: 28
App version: v2.3.0-beta (230)
Stacktrace:
java.lang.IllegalStateException: GradleBuildService instance has been released
at com.itsaky.androidide.services.builder.GradleBuildServiceConnnection.onServiceConnected(GradleBuildServiceConnnection.kt:40)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1738)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1770)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6806)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
### What's the expected behavior?
AndroidIDE crash report
Manufacturer: Xiaomi
Device: Redmi6Pro
ABI: arm64-v8a
SDK version: 28
App version: v2.3.0-beta (230)
Stacktrace:
java.lang.IllegalStateException: GradleBuildService instance has been released
at com.itsaky.androidide.services.builder.GradleBuildServiceConnnection.onServiceConnected(GradleBuildServiceConnnection.kt:40)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1738)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1770)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6806)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
### What version of AndroidIDE you're using?
v2.2.0
### Relevant log output
_No response_
### Duplicate issues
- [X] This issue has not been reported yet.
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
🔨 1 new commit to AndroidIDE:renovate
f084d71: chore(deps): update dependency gradle to v7.6.1 by renovate[bot]
Pushed by : renovate[bot]
I always used to apply dark in my apps but....
Now i prefer light theme looks more good ... .....
I don't know honestly. My guess is it should be the installation directory path
Читать полностью…Oh, so this is the list of tasks? What are these "Delete" buttons then?
Читать полностью…How do I use a different version of Gradle other than 7.4.1?
Читать полностью…I don't think so .... its possible .....
cause androidide is gradle based ....
If you don't have a pc, you can install jdk in termux and use this (nearly first thing in search results, didn't use myself)
https://github.com/westonal/GoodJobb
Its actually good, and I suggest making the font of title and msg bigger
Читать полностью…Also, *not dynamic* colors are no longer red but rather something orange-like
Читать полностью…The path to the executable is
.gradle/wrapper/dists/gradle-7.4.2-bin/<some hash or something>/gradle-7.4.2/bin/gradle
this is pretty comfortable, can you send the theme?
Читать полностью…Awhile back I'd asked if the new live material colors could be disabled. A switch was added allowing you disable Material You. But, I've noticed the colors are the same, whether or not the switch is on or off. For example, the clear and share buttons are still an ugly purple-ish brown color on my log screens instead of the original red. Is there away I can get them back to their old color?
Читать полностью…🔨 1 new commit to AndroidIDE:renovate
469468b: fix(deps): update dependency org.gradle:gradle-tooling-api to v7.6.1 by renovate[bot]
Pushed by : renovate[bot]
It is actually sad that some apps are implementing dark theme first nowadays. I've seen some UI mods and ROMs that looked bad with light theme and just okay with the dark
Читать полностью…💬️ New comment on AndroidIDEOfficial/AndroidIDE#811 by @itsaky
Even after the Gradle configuration is successful, the IDE performs various other tasks such as indexing of source files and libraries, creating resource tables for project resources, sets up the java compiler for Java LSP, etc. This may take a while to complete (depends on the size of the project).
However, if it takes too long to complete, could you provide me a sample project so that I could test it myself?
Or if you mean using default java by cli ....
you can Export you java path as env. Variable....
Hi is anyone here who can suggest some ui changes ?
Читать полностью…