Eclipse si blocca su Android SDK Content Loader

Eclipse Soft! Nessun Commento »


This is the solution I found which works correctly:

  • Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager
  • Open %USERPROFILE%/ on Windows or simply ~ on Linux/OS X (You can locate this folder from the Desktop)
  • Go to .android folder (This may be a hidden folder)
  • Delete the folder cache which is located inside .android folder
  • Delete the file ddms.cfg which is located inside .android folder
  • Start Eclipse

Buon lavoro.

Removing a workspace from Eclipse workspace launcher history

Eclipse Soft! Nessun Commento »


If you have recently deleted a workspace from Eclipse and purged all the files from your file system, you may find it annoying that Eclipse will still show the workspace in the workspace launcher dialog. If you are trying to explain what workspace another developer needs to access, it can also lead to unnecessary confusion.

Ecplise stores the workspace history in a preferences file called org.eclipse.ui.ide.prefs located under %ECLIPSE_HOME%\configuration\.settings. The RECENT_WORKSPACES key contains a comma separated list of workspace paths. You can remove either the entire line (key & values) or just one value from the list.
Shutdown Eclipse, update the org.eclipse.ui.ide.prefs file and restart Eclipse and the workspace should no longer appear in the launcher.

Eclipse errore “Unable to execute dex: GC overhead limit exceeded”

Android, Eclipse Soft! Nessun Commento »


Nella cartella di eclipse modifica il file eclipse.ini con i seguenti valori:

--launcher.XXMaxPermSize
512
..........
-Xms512m
-Xmx1024m

Fatto.

AndroidManifest.xml is missing

Android, Eclipse Soft! Nessun Commento »


Ho creato un progetto android con eclipse da file sorgenti esistenti e mi ha dato questo errore:

AndroidManifest.xml is missing

Ho cancellato la cartella bin e rieseguito l’app senza errori.
Ciao

Cordova 4.0.0, CordovaLib and Eclipse

Cordova, Eclipse Soft! Nessun Commento »
(Resource Path Location Type The container ‘Android Dependencies’ references non existing library cordovaapp-cordovalib.jar)

Nel realizzare un progetto con Cordova ho scoperto che il progetto di ecplise mi forniva un errore in compilazione.

Nel mio caso ho risolto aggiungendo la cartella src di CordovaLib tra i sorgenti di compilazione.

Create un progetto:

* cordova create hello com.example.hello “HelloWorld”
* cd hello
* cordova platform add android
* cordova build
Leggi il resto di questo articolo »

Eclipse: Failed to load JavaHL Library.

Eclipse oscar Nessun Commento »
Failed to load JavaHL Library.
These are the errors that were encountered:
no libapr-1 in java.library.path
no libapriconv-1 in java.library.path

Eclipse (-> window for windows OS) -> preferences -> team -> svn 

Choose SVN Interface:

client : SVNKit (Pure Java)

Schermata 2014-10-16 alle 08.48.03

Apply and try again.

If you haven’t SVNKit (Pure Java) then:

Search subclipse plugin for eclipse and install it from eclipse update link. it should be installed automatically

Home | Graffiti e Disegni | Educazione | Chi siamo | Blog | Progetti | Contatti
RSS Feed Comments RSS Accedi