What is the final version of the ADT Bundle?

For historic reasons, I leave you the links to the last versions of ADT: linux 64 bit: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip linux 32 bit: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip MacOS X: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip Win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip Win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip After that, you can update ADT plugin after 20140702 version. This answer was intended for the ones starting from zero.

ADT blank activity created with fragment activity

For those who would like instructions on how to remove Fragments from the project: 1) Copy all the contents of res/layout/fragment_main.xml. Open activity_main.xml, delete the FrameLayout, and paste in the copied contents. 2) Delete fragment_main.xml 3) In MainActivity.java, delete the whole PlaceHolderFragment class: /** * A placeholder fragment containing a simple view. */ public static … Read more

Failed to get the required ADT version number from the

Please download a new SDK for Eclipse,Android Studio use another. Hope to help you! See Eclipse: Failed to get the required ADT version number from the SDK Download Old Version SDK https://dl.google.com/android/installer_r24.4.1-windows.exe https://dl.google.com/android/android-sdk_r24.4.1-windows.zip https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz

Could not find adb.exe – after upgrade to Android SDK 2.3

I simply did “Help” -> “Check for uppdates” in Eclipse. Then I checked every update possible (I had 2) accepted, waited for the updates to complete, restarted Eclipse and then everything was fixed! I had some new build errors after the update, though, saying something like: error: Multiple substitutions specified in non-positional format; did you … Read more

Assigning ‘wrap_content’ or ‘-2’ to dimension

To use wrap_content or match_parent you need to create following items in dimens.xml file: <item name=”match_parent” format=”integer” type=”dimen”>-1</item> <item name=”wrap_content” format=”integer” type=”dimen”>-2</item> Then you can simply use it like this: <dimen name=”layout_height”>@dimen/match_parent</dimen> <dimen name=”layout_width”>@dimen/wrap_content</dimen>

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