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
0
votes
2 answers
How to write android applications in python on an android device?
I am currently learning Python as part of my job and was interested in the possibility of creating android applications using what I am learning. Unfortunately I only have access to a computed at work and the system is pretty locked down in that I…
0
votes
1 answer
How to solve "Unknown method 'executePendingTransactions'"?
The full error is: "Unknown method 'executePendingTransactions' of 'android.support.v4.app.FragmentTransaction".
The detail is that I'm programming with AIDE.
I've imported the following packages (I've imported more, but these are the most relevant,…

Aaron
- 55
- 5
0
votes
1 answer
Resizing TextButton LibGDX
I'm kinda new to LibGDX.
I'm just learning the ropes.
Trying to get a basic TextButton to display at a reasonable size on screen.
Working exclusively on Android IDE (AIDE).
Using only default skins and what-not, I've tried to set width and height as…

Studio Gilliam
- 37
- 6
0
votes
0 answers
How can I settext to a textview from a file on my server using http
Trying to learn how to display text that changes every few minutes in a file on a remote web server (served via http). For the time being, I just want to learn how to read from a text file. Below is my MainActivity in my learning app. I know it's…
0
votes
2 answers
How to use Room with AIDE?
I added the component libraries to my gradle files, as explained here:
https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#2
But AIDE still doesn't resolve imports:
import android.arch.persistence.room.ColumnInfo;
import…

Roman
- 1,309
- 14
- 23
0
votes
2 answers
Firebase App crash when I open it initialize
When I add this
demoRef = FirebaseDatabase.getInstance().getReference().child("txt");
My App crash and when I delete it the app work can someone help me .
I tried many ways like change the version of database but nothing work and it take…

user11019720
- 43
- 1
- 4
0
votes
1 answer
Showing a video in a VideoView by its URL
I am trying to load a video in VideoView in my app but when I open it, it says that it can't play this video.
This is my code:
video=findViewById(R.id.mainVideoView);
Uri uri =…

user11019720
- 43
- 1
- 4
0
votes
1 answer
How to include cloned git repo in my app using aide-ide?
I found a good database library in github and i want to use it in my future projects. After i cloned the repos to my phone memory using Aide-ide and setting the path for local maven i cant figure out how to include it in my project.
I am thankful…

Didine
- 17
- 8
0
votes
3 answers
LogCat View trouble on AIDE -IDE Android
after I run any application on my phone, using free version of AIDE -IDE Android, everytime I view LogCat, I get the same message : " run the app to see the log output ".!
Here is the following screenshot :(https://i.stack.imgur.com/uLORU.png)
Is…

Denys Plaud
- 11
- 4
0
votes
1 answer
Can I use Android Audiorecord with AIDE IDE app?
Is it possible to develop a Java application that uses Android Audiorecord, directly on my phone, via the AIDE-IDE app ?
Thank you for your attention.

Denys Plaud
- 11
- 4
0
votes
1 answer
AIDE - Android IDE - SQLiteOpenHelper - Database
Can anybody help me how to create database use sqlite on android app (AIDE), i have try any source code and when i running the project, the project always force close,

Dhio Kandhika
- 9
- 2
0
votes
1 answer
ini4j only works from the libs directory, not maven
I'm trying to use ini4j in an Android app, compiled in the AIDE IDE. When I put ini4j-0.5.4.jar in the libs folder in my app, it works. However, when I include ini4j with the line compile 'org.ini4j:ini4j:0.5.4' in my build.gradle, I get the error…

beewall
- 131
- 1
- 10
0
votes
1 answer
Why is AIDE with libgdx engine crashing while trying to load my images?
I'm using AIDE on my phone to write this program using the libgdx engine. When I run the program it crashes almost instantly. I haven't had a chance to do much but I've narrowed the problem down to trying to load my own pictures. When I…

Jake
- 1
- 2
0
votes
1 answer
AIDE Offline Android Repository
How do I put this android repository manually to my AIDE?
I have android repository 47 zip and I don't know how to put it manually.
I'm having trouble with this problem. I hope you'll help me.

Khyn Antoque
- 3
- 5
0
votes
1 answer
Android textview - possible to border each letter (like a table border)
I want to know if its possible to design my textview in a way where 8000 LP would look like [8|0|0|0] LP (with the top and bottom border as well). I tried looking it up but all I could find is how people want an outline/shadow border on text. I…

The Gaming Hideout
- 574
- 2
- 10
- 26