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/
Just import and call in your java or kolin class
import blabal.blabla.TastyToast
try looking at the Tastytoast example there is usually an example of how to apply it
It some ss bro
If I turn vpn , it success
But can't call TastyToast
Here's a guide to fix the repository not signed error but I haven't tried this myself
1. Edit the Source List
Open the APT sources list:
nano $PREFIX/etc/apt/sources.list
deb [trusted=yes]
apt update
⭐ @victorviegasgomes starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…why is this not installed, what is the reason? developers, who knows why this is not installed
Читать полностью…why is this not installed, what is the reason? developers, who knows why this is not installed
Читать полностью…connect to the internet, then just add implementation(your_lib_to_download:name:version) in app/build.gradle ,the download result is in the gradle cache in the androidide root folder
Читать полностью…but there is a new problem on cmake path error assigned 😅
path = "src/main/cpp/CMakeLists.txt"🤦♂️
Just read the group /channel/AndroidIDE_Discussions/63782/141592
Читать полностью…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
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK
The ide crashed..
First time I'm seeing this..
User Tar tik has 1/2 warnings; be careful!
Читать полностью…https://github.com/itsaky/AndroidIDE/releases/tag/v2.7.1
Читать полностью…why is this not installed, what is the reason? developers, who knows why this is not installed
Читать полностью…why is this not installed, what is the reason? developers, who knows why this is not installed
Читать полностью…Why Can't Download Lib In AndroidIDE ?
I add in build.gradle
👍 it's successful, previously it failed because I had to clear the cache from the androidide app first
Читать полностью…Did you changed gradle wrapper properties to download gradle version 8.0
Читать полностью…Follow this to setup Room DB in your project:
https://docs.androidide.com/tutorials/using-room-db.html
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")
}
Читать полностью…