Questions tagged [android-ide]

An IDE (or Integrated Development Environment) is a set of tool which enable a developer to write programs in a comfortable environment. Android has its IDEs, the most famous ones being: Eclipse, IntelliJ and Android Studio

An IDE (or Integrated Development Environment) is a set of tools which enable a developer to write programs in a comfortable environment.
Android has its IDEs, the most famous ones being: Eclipse, IntelliJ and Android Studio.

45 questions
0
votes
0 answers

Android gradle not build if running the projects apps

Caused by: org.gradle.workers.internal.defaultworkerexecutor$workexecutionexception: a failure occurred while executing com.android.build.gradle.internal.res.parselibraryresourcestask$parseresourcesrunnable This is the error shown in the logcat…
0
votes
1 answer

Android Studio creates this kind of overlay on top of everything else showing part of the code. How to disable?

https://i.imgur.com/M4pgbiw.png[![Android_Studio_overlay][1]][1] I sometimes get this randomly on top of everything when using Android Studio. These lines show randomly and the only way I have to remove it is by restarting the whole IDE. Sometimes…
Stasky
  • 107
  • 1
  • 5
0
votes
1 answer

Android studio IDE change persian comment font

In Android studio 4 IDE, hardly to read the Persian comment with the default font. I tried use another font in setting but no effected. How I can change comment font in Persian. Thanks a lot.
mehdi
  • 340
  • 4
  • 17
0
votes
1 answer

Android Studio IDE v4.0 project files not clickable/missing toolbar

I am facing an annoying bug in the newest Android Studio IDE (v4.0) After the IDE restart(simple restart or after the PC restart, I can find any 100% case to reproduce this bug) sometimes AS starts and opens the project with such bugs: Project…
Kirill
  • 169
  • 1
  • 9
0
votes
2 answers

I am getting error improperly specified VM option on Android IDE

I just installed new version of Android IDE today on my D:\program file\Android and installed java 1.5.0_6 JDK on C drive. I pointed out this path in a system environment JAVA_HOME C:\Program Files\Java\jdk1.5.0_06\ ( user veriable) JAVA_HOME…
pankaj
  • 1
  • 17
  • 36
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
1 answer

How to add local maven repository (m2repository) to AIDE?

I have AIDE app installed on my smartphone with "m2repository" downloaded and i want to use it in other device without downloading it again. thank you in advance.
Didine
  • 17
  • 8
0
votes
0 answers

Firebase assitant showing error when select firebase from tools menu

I am having trouble getting to firebase assistant in android studio 3.1.3. Whenever I launch firebase from studio it shows an IDE error. I have tried everything. Applied plugin into gradle file but even then I am having trouble getting to firebase…
0
votes
0 answers

The fonts on Android Studio are strange

The fonts in the Android Studio app are strange to me. I mean the software's fonts, like the menu's fonts and etc The image below can help you more...
Sourena
  • 15
  • 2
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,
0
votes
1 answer

How to import project from git in AIDE?

I've created private repo on bitbucket and added public key from PuTTY Key Generator. Using TortoiseGIT I've managed to push my project from PC and then I wanted to pull it from AIDE. So I've created .ssh folder on /sdcard and made sure that this…
Kamil
  • 1,456
  • 4
  • 32
  • 50
0
votes
1 answer

Android studio projects not saved when it hangs

I am facing a weird experience with Android studio that during when it suddenly hangs, the previous changes that I made in my project are not saved. This issue happened for me several times when I close the Android studio manually from Task Manager…
Chandru
  • 5,954
  • 11
  • 45
  • 85
0
votes
2 answers

How Do You Stop Android Studio From Deleting Trailing Spaces?

My Android Studio will continuously and automatically delete trailing white spaces. Particularly if it's a blank line with nothing but white spaces. I can even add the spaces back in manually and it'll get rid of them again right in front of me…
Nullqwerty
  • 1,140
  • 1
  • 20
  • 37
0
votes
0 answers

build.xml:1: Premature end of file

I am new in Android development, and I wanna build some apps for myself. I have installed Android SDK last version, NetBeans IDE 7.4 and also the plugin for this. I wrote a simple code for Android to see if it works: package com.app; import…
StefanaB
  • 184
  • 2
  • 11
0
votes
1 answer

Android IDE Doesn't create Main.java or XML

I'm using the newest version of the Android IDE which seems to be Eclipse fully integrated with the Android tools. On the creation of a new file (New > Android Application Project) I follow the steps on creating the files. I am following a…
Alexander Lozada
  • 4,019
  • 3
  • 19
  • 41
1 2
3