Questions tagged [aide-ide]

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

98 questions
1
vote
2 answers

Aapt exited with code 11

Since yesterday my app is giving an error saying aapt exited with code 11. I have done no changes from the previous time I opened the project Just tried continuing the project and the error appears. Searched the internet regarding the cause of the…
user5894647
  • 544
  • 6
  • 15
1
vote
0 answers

How do I get RoboGuice to work with Android AIDE ide?

I have just setup a very simple RoboGuice-project in android aide. It compiles and dexes fine, it also installs fine, but when I run the project, it just crashes... directory structure: /storage/emulated/0/AppProjects/TestApp3 /app /build …
Markus
  • 357
  • 2
  • 13
1
vote
1 answer

How do I import an AIDE project into IntelliJ?

"AIDE" is an IDE for Android. It handles Java, Native Development, HTML dev, etc. More specifically, I am trying to understand how I import a template LibGDX project started in AIDE, and open the project for running in the normal IntelliJ IDE, not…
SmugDoodleBug
  • 329
  • 4
  • 21
1
vote
0 answers

how to use cocos2dx with aide on android

I'm new in android development. So I'm going to write small 2d game and Ichoose Cocos2d as engine. But I can't find how to use it with aide on android.Everything tutorial I found is using eclipse.Is it possible to use Cocos2d with aide on android…
1
vote
1 answer

Andengine compilation error using the cloned Git repo in AIDE

I am using AIDE to code an Android game and I want to use Andengine to code my game. I heard that it is recommended to clone the git repository since the maker doesn't compile Java Archive(JAR) files anymore. However, when I clone the git repo and…
Jax
  • 402
  • 7
  • 24
1
vote
1 answer

How can I run a gradle based Libgdx eclipse project in AIDE on Android?

Before Gradle was used with libgdx I could just open my Eclipse project in AIDE and everything worked fine. As of libgdx version 1.0 I now use Gradle in Eclipse but I don't know how to get this to work with AIDE. It's not finding the jar libraries…
Johan Stolk
  • 174
  • 1
  • 8
1
vote
4 answers

How do I fix "unknown entity 'R' "?

I am using AIDE on my Nexus 7 and suddenly I am unable to build / run my App. I get 18 errors of this kind and yes I've already tried turning it off and on again.
user3857111
  • 11
  • 1
  • 2
1
vote
1 answer

Can't use the appcompat support library

I want to use the appcompat for my project in AIDE. so I downloaded the jar file, add it into lib folder & coded my project. but when I theming, by putting the code android:theme="@style/Theme.AppCompat" into AndroidManifest.xml, it gets an error,…
user3700102
1
vote
1 answer

Attribute already defined when using AIDE

I have an application that runs fine in eclipse but i was trying to import it into AIDE for android so that I can code on the go but importing is giving me errors. Ive noticed in AIDE its a bit more tricky to get things running properly. I had…
TWeeKeD
  • 119
  • 1
  • 2
  • 16
1
vote
2 answers

How can I run a Libgdx eclipse project in AIDE on Android?

I would like to run and compile my Libgdx game project in AIDE on Android, but I don't quite know how to do it. Should I edit .classpath file, move jars to different directory or maybe something else? Thank you for your answer in advance.
dgomolka
  • 117
  • 2
  • 8
1
vote
1 answer

Moving from AIDE to Eclipse--Preview Won't Show

I've learned quite a lot about Android Java and XML and how to develop for Android by using AIDE and the various Internet sources that I have used, but I have one issue that is becoming a road block in my development: I have recently got my first…
user1956475
  • 45
  • 1
  • 6
1
vote
4 answers

log file for errors?

I am developing an Android-App with "Aide".Aide is an app for developing android apps with android devices. When i start the app, i have created, i get an error like "the app has aborted unfortunately". how can i resolve what happened wrong ? is…
0
votes
0 answers

Build Errror AIDE

I installed a few libs and after installation, I compile the application during the compile I obtained this error: Build error Packaging error: java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.aide.ui/cache/apk/app.apk-unsigned:…
Laza
  • 1
  • 2
0
votes
0 answers

MediaStore show only files with .ogg extension

Please I need your help, I want to build music player app for Android 10 device, and I want to use MediaStore API to get all song in the device, but when I used MediaStore API it listed only audio file ends with .ogg Please help me. Here is my main…
Michelle
  • 11
  • 2
0
votes
1 answer

Error on compiling project with library (Aide)

I'm using aide to compile my projects on Android. I added the library as follows: org.apache.commons:commons-lang3:3.9 But at compile time I get the following error: I already tried using the: compileOptions { sourceCompatibility…
VGAPP
  • 13
  • 4