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/
Akash please merge the commit as soon as possible
Читать полностью…Created a Pull Request. Itsaky will review it tomorrow probably
Читать полностью…Got it, I think this happened on devices < Android 12
Читать полностью…did you change the apk file of AndroidIDE?
Читать полностью…I did not. It's a pretty uncommon bug, as I said. The bug occurs most probably because I have changed a lot of resources in this commit and due to how Android updates apps and sometimes resources break after updates
Читать полностью…Can you please send me the full idelog.txt? You can pm if you feel more like it
Читать полностью…implementation 'javax.annotation:javax.annotation-api:1.3.2'
In build.gradle test this
⭐ @Official-Mlx starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…Is it even an Android app? If so, how did you obtain the app itself? Do you have the source code or just a binary APK (in case you got it form Google Play, you may only acquire the APK
Читать полностью…thanks for the clarification, I'm new to this, I took a zip file with a vpn, I put my server the same as they taught and that's all, but I wanted to change the name of the application these things because it's still the original. How do I know if I have the source of it?
Читать полностью…https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob
Читать полностью…I saw, do you have any Android emulators lower than version 12 on your PC?
Читать полностью…Fixed the issue. A working build is expected to become available tomorrow
Читать полностью…🔌 New Pull Request - AndroidIDEOfficial/AndroidIDE#1030 - [Bugfix]: Crash on startup due to leftover callback assignment by @Smooth-E
As I [added](https://github.com/AndroidIDEOfficial/AndroidIDE/pull/1023/commits/63dc6c66f052ca4f3041c6e1722b8f53e881ec7a) a separate activity to act as a Splash Activity in [my recent Pull Request](https://github.com/AndroidIDEOfficial/AndroidIDE/pull/1023), this callback was left untouched and did some unsupported stuff, which caused the application to crash on startup. Apparently it did not affect all the users.
I made so MainActivity no longer acts as a Splash Activity at the same time because itherwise Material You does not work in Main Activity for some reason. But I forgot to disable the callback in MainActivity which was relying on the Splash functionality of it. For some reason it only acted as an issue on some devices
Читать полностью…Bro I missed some implementation details when implementing something in my recent PR
Читать полностью…bro these are the problems of the Androide itselfIdea, you either changed something there or it's a developer's mistake
Читать полностью…It would be cool if you send me (or here in the group) the idelog.txt file which is located in your device's root storage location
Читать полностью…Currently you have two choices:
- Roll back
- Uninstall AndroidIDE completely and install the latest commit
I am confused by this error, too. It only occurs when you are updating from an older version of the IDE, and only on some devices
splash screen showing and the app is getting killed
Читать полностью…🔨 1 new commit to android-tree-sitter:renovate
fc79315: fix(deps): update dependency com.google.android.material:material to v1.9.0 by renovate[bot]
Pushed by : renovate[bot]
Can I compile sketchware in this application?
Читать полностью…I don't know friend, I'm new to this, I have to know how I know if I have the source, because I only put my configuration inside the application, but I want to modify it, name, icon, these things!
Читать полностью…If you are talking about modifying the source code that you already have, then yes. Using AndroidIDE navigate into the app/src/main/res/drwable
Or into app/src/main/res/values/colors.xml
To replace drawables or colors respectively.
If you only have the APK, it will be a bit harder, especially if the code is obfuscated, you may be unable to compile it back. Overall, you may use the ApktoolM Android app. It is "officially" distributed on 4pda.to website (forum) and is freemium (free, but not open source).
You mean you have vpn apk or its project source ?
Читать полностью…