I have installed Android Studio in /opt folder. Recently after upgrade to 0.8.0 beta it stopped to run. A nice looking exception started to pop up: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing ‘com.android.tools.idea.AndroidInitialConfigurator’ Please ready the following post and comments below it carefully: https://code.google.com/p/android/issues/detail?id=66623. If the solution pointed out in comments is not enough for you there […]
Tag: android-studio
Recently I have tried to connect my Nexus 5 and Nexus 7 2013 device to my desktop running Fedora 20 and it failed. Well, I was able to connect using USB cable of course but my OS refused to see them. adb devices command also informed, that both devices are unaccessible. If you have similiar […]
Here is the newest version. Up to date android Studio, up to date build tools, up to date SDK, up to date Support Library with SwipeRefreshLayout! Android Studio Portable v0.5.3
It looks like there is some issue with update procedure of Android Studio. Especially from version 0.3+ up to the currently newest one (0.4.6). If you keep having “Cannot inherit from final class” the solution for you is simple. Please follow steps below: 1. Close Android Studio application, 2. Open Android Studio folder (the folder […]
It looks I have finally managed to prepare fully functional portable version of Android Studio for Windows. The packages I have shared until now are no longer maintained and I have removed them from my Google Drive. Here is the latest package that is up to date (Android Studio 0.4.6) and contains up to date […]
Have you ever been in need of running Android Studio on a computer without it and Java Development Kit actually installed? I have been. That’s why I have prepared a package which should work on any Windows 64-bit version. You can grab it from here: Android Studio 0.3.2 PKO * (LINK DOES NOT WORK ANYMORE) *) […]
Recently Google has updated Android Studio to version 0.2.5. There are a lot of complaints about problems with old projects. People are complaining that they are unable to deploy APK file to the device or layouts are not opening. I have spotted the same problem but I was able to fix it. Following are simple […]
Many of Android developers are struggling with Android Studio and Google Maps Android API v2 (or Google Play Services library in general). Well, there should be no problem when you import the project from Eclipse or from InteliJ IDEA. But try to create a new project – you will see nothing but errors. I don’t like […]