01-05-2012 08:40 PM
01-06-2012 12:19 AM
Open Window > Show View > Other > General > Error log. Try again, and see if any errors appear there.
01-06-2012 06:45 PM - edited 01-06-2012 07:28 PM
Going to murder this playbook... I've uninstalled and reinstalled Eclipse multiple times. I've 100% ensured I have 2.3.3, r10, with the r15 version of the Android SDK (I found the download side for the R15 installer). I've tried both Wifi and USB to connect to the tablet. I've gotten up to "Add Nature", which works. But there's no Package Project.
I've tried instead "Sign for AppWorld". It builds the project, creates the apk, and creates the .bar file. If I right click on the BAR file and Run As...BlackBerry Android Launch:
1) The Android thing on the playbook launches
2) It gets up to Installing
3) It crashes at 57%, "Installing".
There is nothing in the error log. The details of the error are:
Failed to deploy project HelloAndroidUSB
Info: Sending request: Install
Info: Action: Install
Info: File size: 19116
Info: Installing ...
Info: Processing 19116 bytes
Info: Progress 50%...
actual_dname::com.example.helloandroidUSB.testEPDj
tSR5HOXPqoFQkSmYN5s actual_id::testEPDjtSR5HOXPqoFQkSmYN5s
actual_version::1.0.2.0
result::failure -4
I have no idea what failure -4 means. I have no idea if the difference in actual_id and actual_dname mean anything. I took the apk and ran it through the online verifier, and it verifies just fine.
So WTF? Between all the shoddy and half-correct documentation, and now this, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!
01-06-2012 07:25 PM - edited 01-06-2012 07:29 PM
Wow, messed up the formatting in the previous post, will try to edit to fix. Also, AHHHHHHHHHH the stupid forum lost my post. One annoyance after another.
Anyways, MILD success. The (undocumented) ANDROID_HOME variable needs to be set. Here's how, at least for XP:
1) Right Click MY COMPUTER, Properties
2) Advanced, Environment Variables
3) Click NEW
4) Variable name is "ANDROID_HOME" (not quote, all uppercase)
5) Variable value is "C:\Program Files\Android\android-sdk"
NOTE: This is the default install location. It may be different on your machine. Pay attention when you install installer_r15-windows.exe.
6) Click OK, OK, OK
7) You might have to restart Eclipse
CAVEAT: I did some other unsuccessful changes. I don't think they matter. I hope not. Try this.
EDIT: I should note that there STILL is no "Package Project" in the Blackberry Tools context menu. Just Verify APK and Configure Targets. So I'm going to assume that the video and documentation are WRONG WRONG WRONG, based on outdated versions of tools that they never bothered to update the docs for. Like all the docs. How the heck are you supposed to attract developers when they have to spend three days discovering your docs are wrong and there's hidden settings that haven't been set?!?!?!?!?!?!?
02-05-2012 04:51 PM
I too was puzzled that it (the BB plug-in for ADT) wasn't automatically generating the BAR and I couldn't find an option in the Blackberry Tools menu to do it.
So, I guess "sign for AppWorld" is it. It works for me - though it would be nice if build, package, install, and run could all be done with one keystroke (as with the ADT where I just hit ctrl-F11).