Cannot create or edit Android Virtual Devices (AVD) from Eclipse, ADT 22.6

THIS IS A POSSIBLE WORKAROUND FOR BUGS IN ADT 22.6.0 ONLY, THESE BUGS SUBSEQUENTLY FIXED IN FOLLOWING BUILDS Download and install new ADT v22.6.1 from here (zip) or use SDK manager to update Seems like some bug from Google side, this problem found after “ADT 22.6” update. Widely reported on “Android Open Source Project – … Read more

Eclipse / Android : “Errors running builder ‘Android Pre Compiler’ on project…”

For those of you who don’t want to install preview version of ADT, there is a workaround described here. Open properties of project in Eclipse then Resources -> Resource filters. Click the “Add…” button -> Check “Exclude all”, “Files and folders”, “All children”. In the text entry box input “.svn” (without quotes). Restart Eclipse. I … Read more

Uninstalling Android ADT

The only way to remove the ADT plugin from Eclipse is to go to Help > About Eclipse/About ADT > Installation Details. Select a plug-in you want to uninstall, then click Uninstall… button at the bottom. If you cannot remove ADT from this location, then your best option is probably to start fresh with a … Read more

Error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above

I have solved this issue yesterday. Follow the steps : Help -> Install New Software -> Add -> (Give any name suppose NewUpdate) -> add this url : https://dl-ssl.google.com/eclipse/plugin/4.2 -> OK Now it will list the available updates, which should ideally be adt 20.x.x Select the list items Let it be installed. Eclipse will restart … Read more

Setting background colour of Android layout element

You can use simple color resources, specified usually inside res/values/colors.xml. <color name=”red”>#ffff0000</color> and use this via android:background=”@color/red”. This color can be used anywhere else too, e.g. as a text color. Reference it in XML the same way, or get it in code via getResources().getColor(R.color.red). You can also use any drawable resource as a background, use … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)