AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

AndroidIDE is an IDE for Android to develop full featured Android apps.

Results 261 AndroidIDE issues
Sort by recently updated
recently updated
newest added

this PR adds the layout creation along with the Java activity one (The past PR ended up having conflicts that can't be fixed, that's why I'm doing this one) Refers...

Bumps appcompat from 1.4.2 to 1.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.4.2&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Updated to the latest strings so far.

The IDE should have the ability to preview the drawable resources. - [x] For PNG and 9-patch images, simply read and show the image. - [ ] For XML drawables...

feature

Bumps [org.eclipse.lsp4j.jsonrpc](https://github.com/eclipse/lsp4j) from 0.14.0 to 0.15.0. Release notes Sourced from org.eclipse.lsp4j.jsonrpc's releases. LSP4J 0.15.0 LSP4J 0.15.0 has now been released and been contributed to simrel, tagged and uploaded to maven...

dependencies

Bumps [org.eclipse.lsp4j](https://github.com/eclipse/lsp4j) from 0.12.0 to 0.15.0. Release notes Sourced from org.eclipse.lsp4j's releases. LSP4J 0.15.0 LSP4J 0.15.0 has now been released and been contributed to simrel, tagged and uploaded to maven...

dependencies

Bumps gradle from 7.3.0-beta05 to 7.4.0-alpha09. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.3.0-beta05&new-version=7.4.0-alpha09)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Error when reopening AndroidIDE. ## Steps to reproduce The same as in #264 and #318. ## Screenshots ### IDE logs. ![Screenshot](https://user-images.githubusercontent.com/103951737/182023565-278bfb07-c819-4e36-9db9-9c7fdb29e694.jpg) ### The build status and project name are not...

EditTexts are unavailable in Layout Editor. Working on a GridLayout and found it. I think the problem is only for Integer and Float type inputs. eg. columnCount, rowCount , alpha...

AndroidIDE crash report Manufacturer: TECNO MOBILE LIMITED Device: TECNOLD7 App version: 2.1.1-beta (211) Stacktrace: java.lang.NullPointerException: Attempt to invoke virtual method 'int io.github.rosemoe.sora.util.BinaryHeap.top()' on a null object reference at io.github.rosemoe.sora.widget.layout.LineBreakLayout.getLayoutWidth(LineBreakLayout.java:152) at...

bug