I installed the Android SDK and everything went fine. Next, I installed Eclipse Indigo and the ADT plugin. No errors there. But when I go to create a new Android project, I get the error that '\lib\tools\proguard-project.txt' is missing. Before that, I was getting the same error for \lib\tools\proguard.txt'.
Can anyone tell me what might be wrong?
I'm working on a project that requires me to stay at an older version of the SDK, so i can't just update. I was able to fix this problem by searching for the proguard-project.txt file (which appeared twice in my SDK folder) and copying it into the file path that the error shows.
You installed the SDK , and the ADT . But did you configure the ADT plugin in Eclipse ?
I faced the same problem , fixed it by following the step "Configuring the ADT Plugin" in the installation doc of ADT plugin .
You can find it here : http://developer.android.com/sdk/eclipse-adt.html#installing
Go to the section : "Configuring the ADT Plugin" and check if you did that .
I was also facing the same problem, this could also be caused by a mismatch of Android SDK and ADT version, make sure you are using the latest versions of both SDK as well as for ADT...
Related
Last version of ADT in my eclipse was API 16, so I updated ADT (eclipse->Help->Install new software->Work with: ADT ) and then multiple errors occurred!!!
I can not even open Android SDK Manager !
There are some Screenshots from error :
How can I roll it back?!
P.s : Before Updating ADT I tried to add "SQLiteManager" PLugin by copying a jar file into "eclipse/dropins/" folder, but eclipse did not run anymore. So I removed the jar file and eclipsed lunched successfully!
Recently i faced the same problem, it simply fails to update. It was mainly due to a packaging bug of Android. This is a problem many people might face. here is the workaround:
Go to Help (in Eclipse)> about Eclipse SDK> Installation details and remove Android Development Tools (ADT).
Go to Help (in Eclipse) > install new software > beside the 'work with' box click ''Add'' , type ADT as name and as location give this url: https://dl-ssl.google.com/android/eclipse/
Then you will see developer tools, select Android development tools from there and click Finish.
this should update your Android Development tools and solves many other consequential issues while updating SDK. So, basically you have to remove your old ADT and then only you can update from Google' repo given in the URL.
Update your ADT Plugin
open HELP > About Eclipse > Installation Details
And also update Android SDK with 23.0.0
I created Android Project but then I immediately get information that there have been errors.
Warning:(22, 12) Dependency on a support library, but the SDK installation does not have the "Extras > Android Support Repository" installed. Open the SDK manager and install it.
But I installed it, it was installed at the installation of Android Studio. I created another project and it happen again.
This is bug https://code.google.com/p/android/issues/detail?id=68834 and will be fixed in 0.5.9. In the meantime you can ignore the warning.
For me it was a very silly error and I spent the last two days trying to get around this. The path to the SDK in local.properties file was not properly escaped.
Change this:
# Location of the android SDK
sdk.dir=C:/Android/sdk
to this:
# Location of the android SDK
sdk.dir=C\:/Android/sdk
Refresh the gradle again.
When you download Android Studio you have 0.5.2 version,There is a solution is to downgrade exactly to 0.5.4
and download from here : Android Studio 0.5.4
after download the file just drag and drop in the place where you installed Android studio 0.5.2
Unfortunately, this bug appears to have resurfaced since it was last fixed. I have filed a new bug report to track it:
https://issuetracker.google.com/issues/37592307
Please "star" the bug report if it's affecting you.
I created Android Project but then I immediately get information that there have been errors.
Warning:(22, 12) Dependency on a support library, but the SDK installation does not have the "Extras > Android Support Repository" installed. Open the SDK manager and install it.
But I installed it, it was installed at the installation of Android Studio. I created another project and it happen again.
This is bug https://code.google.com/p/android/issues/detail?id=68834 and will be fixed in 0.5.9. In the meantime you can ignore the warning.
For me it was a very silly error and I spent the last two days trying to get around this. The path to the SDK in local.properties file was not properly escaped.
Change this:
# Location of the android SDK
sdk.dir=C:/Android/sdk
to this:
# Location of the android SDK
sdk.dir=C\:/Android/sdk
Refresh the gradle again.
When you download Android Studio you have 0.5.2 version,There is a solution is to downgrade exactly to 0.5.4
and download from here : Android Studio 0.5.4
after download the file just drag and drop in the place where you installed Android studio 0.5.2
Unfortunately, this bug appears to have resurfaced since it was last fixed. I have filed a new bug report to track it:
https://issuetracker.google.com/issues/37592307
Please "star" the bug report if it's affecting you.
i am having problem where i cannot download the plugin from the eclipse.
i already tried using http and https but it shows the error below. is there a way for me to update the plugin?
im using eclipse helios and it is version 3.6.
i had recently update my sdk and it says it need to update the ADT but i tried it over and over again still it would show the same error.
please.
try download the ADT plugin as a zip file from this link and then install it from archive.
Follow the steps in the Troubleshooting section of the ADT installation. They explain very detailed how to install the ADT offline from the downloaded archive.
I want to update the ADT in Eclipse. For this i go to Help->CheckforUpdates->I got the following error. How to solve this. Why it's came.please can anybody help me.
Error Window
Eclipse Properties
first of all install right Android SDK and install on of version (according to your need like 4.0.3).
then continue your upgradation of ADT.