androidide_discussions | Unsorted

Telegram-канал androidide_discussions - AndroidIDE Discussions

2996

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/

Subscribe to a channel

AndroidIDE Discussions

Same to same error to me

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

It some ss bro
If I turn vpn , it success
But can't call TastyToast

Читать полностью…

AndroidIDE Discussions

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

2. Add this on top of every entry

deb [trusted=yes]

3. Update the Package List

apt update

This will allow APT to fetch packages from the unsigned repository without verification.

(This is very unsafe and i am not responsible for any damages)

Читать полностью…

AndroidIDE Discussions

@victorviegasgomes starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

why is this not installed, what is the reason? developers, who knows why this is not installed

Читать полностью…

AndroidIDE Discussions

why is this not installed, what is the reason? developers, who knows why this is not installed

Читать полностью…

AndroidIDE Discussions

It doesn't install automatically for me.

Читать полностью…

AndroidIDE Discussions

how can i install sdk in terminale

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

but there is a new problem on cmake path error assigned 😅

path = "src/main/cpp/CMakeLists.txt"🤦‍♂️

Читать полностью…

AndroidIDE Discussions

Just read the group /channel/AndroidIDE_Discussions/63782/141592

Читать полностью…

AndroidIDE Discussions

Wow nice

Do you is java or kotlin?

Читать полностью…

AndroidIDE Discussions

I installed v2.7.1 it's fine now

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

Follow the instructions here to setup NDK in AndroidIDE :

https://github.com/MrIkso/AndroidIDE-NDK

Читать полностью…

AndroidIDE Discussions

The ide crashed..
First time I'm seeing this..

Читать полностью…

AndroidIDE Discussions

User Tar tik has 1/2 warnings; be careful!

Читать полностью…

AndroidIDE Discussions

https://github.com/itsaky/AndroidIDE/releases/tag/v2.7.1

Читать полностью…

AndroidIDE Discussions

why is everything done so complicatedly

Читать полностью…

AndroidIDE Discussions

why is this not installed, what is the reason? developers, who knows why this is not installed

Читать полностью…

AndroidIDE Discussions

why is this not installed, what is the reason? developers, who knows why this is not installed

Читать полностью…

AndroidIDE Discussions

how can i install sdk in terminale

Читать полностью…

AndroidIDE Discussions

Can't

I test with vpn and without vpn

Читать полностью…

AndroidIDE Discussions

Why Can't Download Lib In AndroidIDE ?
I add in build.gradle

Читать полностью…

AndroidIDE Discussions

👍 it's successful, previously it failed because I had to clear the cache from the androidide app first

Читать полностью…

AndroidIDE Discussions

hello What is this problem?

Читать полностью…

AndroidIDE Discussions

Did you changed gradle wrapper properties to download gradle version 8.0

Читать полностью…

AndroidIDE Discussions

Follow this to setup Room DB in your project:

https://docs.androidide.com/tutorials/using-room-db.html

Читать полностью…

AndroidIDE Discussions

Replace
apply plugin: ...

with the plugins block in your modules.

For example, if you have :

apply plugin: "com.android.application"


Replace it with :

plugins {
id("com.android.application")
}

Читать полностью…
Subscribe to a channel