Failed to install the following SDK components:
build-tools;30.0.3 Android SDK Build-Tools 30.0.3
Install the missing components using the SDK manager in Android Studio.
Specify your build tools version by using: buildToolsVersion
in your module's build.gradle, like - android { buildToolsVersion "33.0.x" ...}
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
https://github.com/AndroidIDEOfficial/AndroidIDE.
Visit this link then go to Action select the latest dev version click on it and navigate to the bottom where you will find the build outputs, download the variant for device i.e., aarch64 or armv7 etc. then go and test it out.
🐛️ New Issue - AndroidIDEOfficial/AndroidIDE#1880 - please add python by @sg5993
### Issue Checklist
- [X] I confirm that this feature request has not been previously suggested.
- [X] I agree to follow the project's code of conduct.
- [X] I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.
### Additional terms
- [X] I understand that feature requests are subject to evaluation and may not be implemented immediately.
- [X] I agree to provide additional details if needed for a clearer understanding of the requested feature.
### Feature description
Please add Python
### Use Case
python
### Benefits
pythin
if you are suspicious about androidide, you could check out the source code, it was open source anyway
Читать полностью…See build output and ide logs.
If you can't understand what it means you can share here both as file format to get help.
Run this command in the AndroidIDE terminal and give the necessary name and values in the form of example ones
Читать полностью…keytool -genkey -v -keystore <keystore_name>.keystore -alias <alias_name> -keyalg RSA -keysize 2048 -validity <validity_period_in_days>Читать полностью…
💬️ New comment on AndroidIDEOfficial/AndroidIDE#1842 by @CyberXCoder-6649
> > It's Duplicate of #1830
>
> What is the solution ?
Wait for update
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
💬️ New comment on AndroidIDEOfficial/AndroidIDE#1880 by @teixeira0x
you can compile python using terminal.
Please share here android id latest dev version here or tell me how to download from google thank you in advance
Читать полностью…like i said, it was a false positive, you could still publish your app that has been developed/build in androidide to google play
Читать полностью…if you mean switch-case within id of your view layout, newer gradle plugin disabled the feature because it causing null exception.
first solution might be migrating to use viewbinding, other solution is to use if-else instead
💬️ New comment on AndroidIDEOfficial/AndroidIDE#1842 by @AnasAbdullh
> It's Duplicate of #1830
What is the solution ?