3577
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/
User عبدالمنعم has 1/2 warnings; be careful!
Читать полностью…
⭐ @abodinagdat16 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
⭐ @M0Ghareeb starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
⭐ @HugoAk0 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
Damn chronic headaches I want a solution
Читать полностью…
Hi androidide was working fine yesterday but after updating my phone's security patch it is not opening. It crashing all time. Can someone tell me what is happening?
Читать полностью…
⭐ @shov0n-mux starred AndroidIDEOfficial/termux-tools!
Читать полностью…
Try copy aapt2 binary from by your architecture armv7 https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v34.0.4/build-tools-34.0.4-arm.tar.xz
Or aarch64
https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v34.0.4/build-tools-34.0.4-aarch64.tar.xz
and replace it from $HOME/.androidide/aapt2
after replacing it, run this
echo 'android.aapt2FromMavenOverride=/data/data/com.itsaky.androidide/files/home/.androidide/aapt2' > $HOME/.gradle/gradle.properties
Always download APKs from the "dev" branch.
Читать полностью…
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…
List of notes in AndroidIDE Discussions:
- cpaapt
- customgradle
- decreasexmx
- docs
- gradleplugin
- init_script_issue
- manualsetup
- reactnative
- setupcmdline
- setupndk
- setuproom
- specbuildtools
- upgradle
- usedev
- usepluginsblock
You can retrieve these notes by using /get notename, or #notename
Can someone please tell me how to change the default app icon? @admins
Читать полностью…
⭐ @Akyzariys starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
https://github.com/itsaky/AndroidIDE/releases/tag/v2.7.1
This is the only solution that works.
#oot
Does anyone have experience building ninja from source for android? Does the circled error affect the resulting ninja binary? Or is it just a test before building?
Same with me
My Android is 15 and today AndroidIDE is not working it is automatically closed
⭐ @ym2632600 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
⭐ @shov0n-mux starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
Click on the button to see the chat rules!
Читать полностью…
⭐ @Niheng04 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
Replace apply plugin: ...
with the plugins block in your modules.
For example, if you have :
apply plugin: "com.android.application"
plugins {
id("com.android.application")
}
Читать полностью…
I think this is a color scheme issue but I rarely encounter it anymore, the only issue I encounter is that if I delete the log from the IDE logs tab the application will immediately stop, that's all the rest of the application runs fine
Читать полностью…
if anyone got problem with the latest dev commit apk, disabling logsender wont do nothing, so you have to empty init.gradle everytime you want to use androidide.
cd && echo "" > ~/.androidide/init/init.gradle
note: you cant use logsender if you do this, but as the last resort.
note: if you want the init.gradle script comeback as normal when logsender snapshot version exists, you could restart androidide and the file content will be back to normal.
note: only use when you're using dev version but the logsender for that commit didn't exist.
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK