Recent Changes‎ > ‎

Linux Fixes

posted Sep 13, 2011, 3:58 PM by Tor Norbye
We've fixed a number of critical Linux-specific bugs lately:
  • Drag & drop is broken within the layout editor canvas (issue 19057)
  • The layout editor is almost unusably slow if you use the zoom (which is automatically the case when working with large layouts) (issue 19447)
  • Clicking on "..." in the property sheet did not bring up the value customizer dialogs (issue 18348)
And if you run ADT on a 64-bit Ubuntu Linux system, and you have not installed the 32 bit libraries, you can get a very strange and unhelpful error message when you try to build your project. We've added a check for this specific scenario and when this happens, the error message is changed to let you know that you should "sudo apt-get install ia32-libs".
Comments