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/
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
AndroidIDE Crash Report
Version : v2.7.1-beta (27102)
CI Build : false
Branch : dev
Commit : 77ee1a315
Variant : arm64-v8a (release)
Build type : OFFICIAL
F-Droid Build : false
F-Droid Version : null
F-Droid Version code : -1
SDK Version : 34
Supported ABIs : [arm64-v8a, armeabi-v7a, armeabi]
Manufacturer : INFINIX
Device : InfinixX6531
Stacktrace:
java.lang.IllegalStateException: No TreeSitterLanguage found for type log
at androidx.navigation.Navigator$navigate$1.invoke(Unknown Source:1711)
at com.itsaky.androidide.editor.schemes.IDEColorSchemeProvider$readSchemeAsync$1.invokeSuspend(Unknown Source:17)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
at kotlinx.coroutines.internal.AtomicKt.resumeCancellableWith(Unknown Source:138)
at com.squareup.javapoet.Util.startCoroutineCancellable$default(Unknown Source:11)
at kotlinx.coroutines.AbstractCoroutine.start(Unknown Source:75)
at kotlinx.coroutines.JobKt.launch(Unknown Source:23)
at kotlinx.coroutines.JobKt.launch$default(Unknown Source:8)
at com.itsaky.androidide.editor.schemes.IDEColorSchemeProvider.readSchemeAsync$default(Unknown Source:84)
at com.itsaky.androidide.fragments.output.LogViewFragment.onViewCreated(Unknown Source:91)
at com.itsaky.androidide.fragments.output.AppLogFragment.onViewCreated(Unknown Source:5)
at androidx.fragment.app.FragmentStateManager.createView(Unknown Source:310)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(Unknown Source:146)
at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(Unknown Source:1657)
at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(Unknown Source:81)
at androidx.fragment.app.FragmentManagerImpl.execSingleAction(Unknown Source:31)
at androidx.fragment.app.BackStackRecord.commitNow(Unknown Source:9)
at androidx.viewpager2.adapter.FragmentStateAdapter.placeFragmentInViewHolder(Unknown Source:183)
at androidx.viewpager2.adapter.FragmentStateAdapter.onViewAttachedToWindow(Unknown Source:2)
at androidx.recyclerview.widget.ChildHelper.addView(Unknown Source:40)
at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt(Unknown Source:262)
at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(Unknown Source:33)
at androidx.recyclerview.widget.LinearLayoutManager.fill(Unknown Source:48)
at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(Unknown Source:800)
at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(Unknown Source:73)
at androidx.recyclerview.widget.RecyclerView.dispatchLayout(Unknown Source:71)
at androidx.recyclerview.widget.RecyclerView.onLayout(Unknown Source:7)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at androidx.viewpager2.widget.ViewPager2.onLayout(Unknown Source:60)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1103)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1103)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(Unknown Source:391)
at com.google.android.material.bottomsheet.BottomSheetBehavior.onLayoutChild(Unknown Source:217)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onLayout(Unknown Source:40)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at android.view.View.layout(View.java:24648)
at android.view.ViewGroup.layout(ViewGroup.java:6558)
at com.itsaky.androidide.ui.SwipeRevealLayout.onLayout(Unknown Source:47)
at android.view.View.layout(View.java:24648)
User Dominating has 1/2 warnings; be careful!
Читать полностью…Has anyone experienced an error using the catalog version of gradle with jdk 21? But there is no error when using jdk 17
Читать полностью…User Alberto Batista Peña has 1/2 warnings; be careful!
Читать полностью…BaseEditorActivity: An error occurred initializing the project with Tooling API
17-05 14:17:28.532 DEBUG [main]
BaseEditorActivity: An error occurred initializing the project with Tooling API
17-05 14:17:28.532 DEBUG [main]
⭐ @zzlei18 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…⭐ @Junesw starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…oxe, I'm asking the guys for help and they give me a dwarn bone
Читать полностью…Always download APKs from the "dev" branch.
Читать полностью…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
Can anyone please help me with this?
I'll include the logs below
I Can't install anything since i install the androidide.apk v2.7.1 nor can i install idesetup. no installation is working is working
Читать полностью…Hi , my vpn app keeps stopping when ever I try browsing on chrome or Google 😔how can I solve this?
Читать полностью…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
⭐ @SebaLapalma starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…BaseEditorActivity: An error occurred initializing the project with Tooling API
17-05 14:17:28.532 DEBUG [main]
Ai can do wonders
I know nothing about coding but with Ai the app that am creating now is top notch 🤗
don't spam bro, if there is a solution it will be provided, or try AI to Debug
Читать полностью…⭐ @tesingyamo starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…That's 2/2 warnings; 𓄂◡̈⃝🐬⃤𓆩𝐑𝐈𝐘𝐀𝐙🇻𝗶𝗽 ◡̈⃝«开发商 ««🕊️⃝⏤͟͟͞❥͜͡𝄟❝᭄◡̈⃝ is banned!
Читать полностью…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