Aide is an IDE that runs on the android operating system, letting you write, compile, and then test your project all on your device and reducing the need to use eclipse. Page on the app store can be found here - https://play.google.com/store/apps/details?id=com.aide.ui&hl=en
Questions tagged [aide-ide]
98 questions
2
votes
1 answer
Opencv library on AIDE
I'm new with android programming and I want to code and compile an app based on opencv library and I want to do that from my tablet using AIDE, but I don't know how to setup opencv library in AIDE. Can anyone help me?

Madalin
- 385
- 1
- 5
- 18
2
votes
1 answer
Android app with specific package name cannot install
Problem
I am developing an Android app and for some reason I have the "App not installed" error when trying to install the package on my Android device. This application has already previously been installed successfully.
To investigate, I went for…

Absolom
- 1,369
- 1
- 13
- 28
2
votes
2 answers
Android Distribution Restricted Certificate
I'm using AIDE (The Android IDE) on my tablet to develop Android applications. I paid the $25 developer fee and went to submit my free app in today (Made in HTMl5/Cordova/PhoneGap), and well I got this error.
Any help on how to solve this problem…

Michael Schwartz
- 8,153
- 14
- 81
- 144
1
vote
0 answers
AIDE - Android IDE How can I add java.awt.geom package to AIDE
I would like to use the package java.awt.geom in my program but find that AIDE can't find it. I found this How can i add 'java.awt.geom' class in android? but all it says is that this package is not supported in Android.
I would like to know if…

Sruly
- 169
- 1
- 13
1
vote
0 answers
LibGDX: parsing json with AIDE
Learning LibGDX.
Using Android-IDE (AIDE).
Following this tutorial about using Skins to the letter:
https://www.gamefromscratch.com/post/2013/12/18/LibGDX-Tutorial-9-Scene2D-Part-3-UI-Skins.aspx
Seeing this error in Logcat:
FATAL EXCEPTION: GLThread…

Studio Gilliam
- 37
- 6
1
vote
1 answer
Physical USB Keyboard for coding on the Android AIDE app
I am running Android 8.1 Oreo on a smartphone device.
I would like to know, can I mount this KeyTronic USB Keyboard onto my Android phone using a USB to microUSB Adapter?
I want to use it in place the default GBoard soft Keyboard on Android, and use…

Joselin Jocklingson
- 181
- 8
1
vote
1 answer
Hiw do I add Maven libs to .Aide IDE
I followed a post about adding Maven Libs to .Aide. I can't get them all to work. Any ideas? I'm trying to agreed the javax and java.awt libs

Jay Carlson
- 15
- 4
1
vote
2 answers
AIDE dropped Dropbox Integration
Some time ago, I was able to sync my desktop Android development with my mobile development using AIDE through Dropbox. However, I am now told that AIDE does not support the new version of Dropbox and the old version was retired on September 28,…

Baracus
- 580
- 7
- 15
1
vote
2 answers
Gradle with AIDE-IDE
is there a way to update version of Gradle since the one used in AIDE is version 1.
Many functions are not applicable.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
…

Francis Nduba Numbi
- 2,499
- 1
- 11
- 22
1
vote
1 answer
Problems with jumping animation
I made a jumping animation but when i stop touching the screen, the animation stops.
Here is the code:
boolean touching = Gdx.input.isTouched();
long elapsed = (System.currentTimeMillis() - startTime)%1000;
if (touching){
float…
user5236636
1
vote
0 answers
gradle include library from another project
I have this project setup (in Android AIDE):
|---Project1
| |---App
| |---Lib
|
|---Project2
|---App
I want add project 1 Lib as dependency (or linked source, because i only need to access 1 class from the library) to…

newUser
- 37
- 10
1
vote
2 answers
Error on androidmanifest file when using appcompat
I been using aide to start some project apps. And I have a problem in Android Manifest file that says "aapt: In generated file: Error unboung prefix". That happened after I replaced AppCompatActivity from Activity, changed the theme to…

user6572634
- 21
- 1
1
vote
1 answer
AppCompat, colorAccent, colorPrimary and colorPrimaryDark is not working on AIDE
I'm currently using AIDE for App developing and still learning and practicing but unfortunately every time I input colorPrimary, colorPrimaryDark and colorAccent with AppCompat, squiggy lines appears. I'm on Marshmallow but still it doesn't support…

user6572634
- 21
- 1
1
vote
1 answer
How to remove "unknown member VERSION_CODE of com.architjn.materialicons.Build.Config " error in AIDE
I was building an android icon pack from this Material icon pack template library https://github.com/architjn/MaterialIconPackTemplate in AIDE . The IDE (AIDE) is showing this error "unknown member VERSION_CODE of…

Rishabh Sahu
- 21
- 1
- 5
1
vote
1 answer
How to resolve dependency com.github.afollestad:inquiry:b13a58b902 not found error in AIDE?
I am working on building an icon pack using material IOS template repository from github in AIDE. You can find the repository at https://github.com/materialos/Android-Icon-Pack . But I am getting an error , —dependency…

Rishabh Sahu
- 21
- 1
- 5