Questions tagged as 'eclipse'

2
answers

Error adb: The connection to adb is down, and a severe error has occurred

I'm developing for Android and am having the following error: The connection to adb is down, and a severe error has occurred. -You must restart adb and Eclipse. Please ensure that adb is correctly located at 'C:\Program Files\Java\adt-bundle...
asked by 19.11.2014 / 20:39
1
answer

Import file from phonegap / cord in eclipse

At the time I'm going to import file I created from phonegap / cord in eclipse nothing appears. file> new> project and I selected Android Project from Existing Code, I look for the folder that is the project of the cord I made and nothing app...
asked by 01.07.2014 / 20:38
3
answers

How do I generate a random negative number?

I can not generate a random number that is negative, for example less than 0     
asked by 25.02.2017 / 13:34
2
answers

How to create Android applications on weak PC? [closed]

I have a notebook with a 1.3Ghz processor and 4GB of RAM. It is good, but whenever I try to create an application for Android I come across lag , slowness, crashes, etc ... I have on my notebook Android Studio and Eclipse Android Neon....
asked by 23.09.2016 / 00:59
1
answer

Fill Array args parameters without leaving Eclipse

I have parameters that are passed when executing the .jar of my code, in args , as in this example: public static void main(String[] args) { final File diretorio = new File(args[0]); final String extencao = "." + args[1];...
asked by 28.11.2018 / 23:51
2
answers

Error updating Java

A default notification appeared saying that there was a new Java update available, so I decided to upgrade. After the update I can not run my applications in Eclipse and the following message appears: Imports:ClassJoinimportandroid.app.Activ...
asked by 21.07.2018 / 21:52
2
answers

Workaround problem with hot development in Java?

Problem situation: You are developing a web site and doing debugging on it. For example a users CRUD. For this you are using JavaEE 1.7, Eclipse Kepler and Apache Tomcat 7. However, to the development delongo, and already with the application...
asked by 31.05.2014 / 00:43
1
answer

in eclipse how to generate a project jar file?

In eclipse how to generate a .jar project file to use in another application     
asked by 09.03.2015 / 02:25
1
answer

Check if a "String resource" is being used in the project

Situation When we do not use a variable in the file, Eclipse has a feature that is to inform the developer by issuing the following message:    The value of the field Class.ClientId is not used. See the image below: Similarly,ist...
asked by 08.09.2016 / 16:30
2
answers

Android studio has ndk support?

I will start development geared towards digital tv, and will be 50% ndk.Android studio caters well? or is it better to eclipse?     
asked by 05.06.2015 / 14:51