Skip to content Skip to sidebar Skip to footer

Getting Error On Every Newly Created Project

Whenever I create a new project in Eclipse for some Android application it gives me a red cross sign and on compiling shows following errors: error generating final archive: java.i

Solution 1:

Could it be an issue with a command path? SDK doesnt like being installed in dirs with long names like "Program Files\Google\Android..."

If thats the case, youll need to adjust path appropriately (C:\Progra~2... or smth like this)

( check http://ideanotion.net/android-sdk-invalid-command-line-parameter-files-error/ or Google )

Post a Comment for "Getting Error On Every Newly Created Project"