3577
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/
User Rafi Ahmed has 1/2 warnings; be careful!
Читать полностью…
From SDK 36, Google will remove (Context context) from their (Button,TextView etc) widgets and use (Context context,null) as a result, it may no longer be possible to see Preview.
Читать полностью…
But Material Library and others use (Context context,null/AttributeSet)
Читать полностью…
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK
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
Another one bites the dust...!
Banned Djibrilla.
⭐ @paulovictorbarros starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
I want to ask.
Does Kotlin work properly here to use androidide?
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…
As of now it supports x86 and arm 64 devices and rest is stopped
Читать полностью…
Sdk support for 35 is ongoing for termux version once successful we can use sdk35
Читать полностью…
⭐ @doggomanic starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
From SDK 36, Google will remove (Context context) from their (Button,TextView etc) widgets and use (Context context,null) as a result, it may no longer be possible to see Preview.
Читать полностью…
⭐ @prayste starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
AndroidIDE only support which has only constartctor with(Context context)
Читать полностью…
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…
Hey there 彡[𝐊𝐈𝐍𝐆 𝐗 𝐏𝐑𝐎 𝐎𝐖𝐍𝐄𝐑]彡, welcome to AndroidIDE!
This group is for general discussions about features, improvements and common issues in AndroidIDE. Bugs must be reported at GitHub.
Make sure you follow /rules while sending messages in this group and ensure that all messages are directed to their designated topic.
And then there's the other thing.
How to deal with the current nodejs latest version
Because androidide is comfortable working in an android project, and transferring laziness to termux...
Edit sources.listnano $PREFIX/etc/apt/sources.list
Then add this line before https://deb [trusted=yes]
then CRTL+X press Y (to save changes)pkg update -y && pkg upgrade -y
after that
Copy this line and paste itapt-get reinstall termux-keyring
Then the gpg key will be updated.
then again...
Edit sources.listnano $PREFIX/etc/apt/sources.list
Changedeb [trusted=yes]
todeb (without "[trusted=yes]")
just remove "[trusted=yes]" line
Then CRTL+X press Y (to save the changes)
And then try to update the pkg again and see if the gpg key error shows or notpkg update -y && pkg upgrade -y
Note: not good explaining things but i hope you understand this 🫡🫡
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…
The news I received is that it’s still unstable and under testing. In any case, the current editors on the phone have weak support, and we’re waiting for full availability
Читать полностью…
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
It is official and stable and api 36 preview is being rolling out for developers
Читать полностью…
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