Tired of self help Java app development ebooks. None I've seen so far show me everything I need to fully understand app terminology, jargon, code examples, etc.
I need something that's really in depth and highly detailed on everything, including syntax.
Hello world and simple examples aren't enough.
Anyone know of where I can find eBook or PDF series books, videos, websites on where I can learn app development. I cant see spending a lot of money on AIDE apps, computers unless it teaches me everything I need.
Someone please message me with ideas
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…Like can you tell me the python3.7 path used in your given photo is what? Something like a python bin file or python library folder?
Читать полностью…okay, here:
Android Gradle Plugin is in /build.gradle
gradle version (not using custom gradle) is in /gradle/wrapper/gradle-wrapper.properties
and it was in distributionUrl line
List of notes in AndroidIDE Discussions:
- cpaapt
- customgradle
- decreasexmx
- docs
- gradleplugin
- manualsetup
- reactnative
- setupcmdline
- setupndk
- setuproom
- specbuildtools
- upgradle
- usedev
- usepluginsblock
You can retrieve these notes by using /get notename
, or #notename
Here you can see better that the delay is only severely affecting MainAcitivity.java, but not in the other files
Читать полностью…💬️ New comment on AndroidIDEOfficial/AndroidIDE#1842 by @CyberXCoder-6649
It's Duplicate of #1830
Bruh man can you tell me the path imported in gradle in your given photo for using python, huh likely interpreter path or python libraries path for using libraries.
Читать полностью…cd && cd android-sdk && wget https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/sdk/cmdline-tools.tar.xz && tar xvJf cmdline-tools.tar.xz && rm cmdline-tools.tar.xz
Anyone who can help me, I appreciate it. I can't use the app, it just stays like this.
Читать полностью…Edit the Gradle distribution reference in the gradle/wrapper/gradle-wrapper.properties
file to 8.6 or higher. Like this:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK
Is it normal to close the project and when you open it, it ends up initializing and you can't do anything in the app?
Читать полностью…Because I made something from android studio that I want to transfer to androidIde
Читать полностью…