The Problem
BlackBerry Plug-in 1.3 Beta is not compatible with ADT (Android Development Tools) version 21. Due to this bug I experienced the following error when I tried to run an Android app on BlackBerry PlayBook and BlackBerry 10 simulator via Eclipse on both Windows 7 and Mac OS 10.7.5:
com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper.parseForData(Lorg/eclipse/core/resources/IProject;)Lcom/android/sdklib/xml/ManifestData;
The Solution
After a long research I finally found out a workaround:
1. Uninstall ADT and BlackBerry plug-in from Eclipse
2. Manually download ADT version 20 from http://dl.google.com/android/ADT-20.0.0.zip
3. Install ADT as Eclipse plug-in from the downloaded archive
4. Install BlackBerry Plug-in 1.3 Beta
Enjoy and have fun with BlackBerry PlayBook and BB10!
External Links
BlackBerry Plug-in for Android Development Tools Installation
|