icesimon's Blog

  • About Me
  • Archive
  • feeds

Posts match “ eclipse ” tag:

over 8 years ago

ADT 23 doesn't compatible with BlackBerry Plug-in for Android 2.0.4

For developers who want to develop Android Apps / Games on BlackBerry 10..
After Google released the ADT 23, many developers encountered the problem of can't build projects...
This version of ADT also effects on BlackBerry Plug-in for Android Development Tools.

When user try to install the plugin via this link

http://developer.blackberry.com/android/downloads/eclipseplugin/

Missing requirement: BlackBerry Eclipse Plugin for Android Development 2.0.4.201405221110 (net.rim.ajde.feature.feature.group 2.0.4.201405221110) requires 'com.android.ide.eclipse.adt.feature.group 0.0.0' but it could not be found

In version 2.0.4 (or previous 2.0 beta), developers just need to simply start the ADB proxy Manager, setup your device and then run as Android Application to deploy apps into their devices / simulators.


(Images from developer.blackberry.com)

What can we do without install the BlackBerry Plug-in for Android Development Tools??

The answer is easy... Just download the Command-line tools!!

For mac

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-mac.zip

For Windows

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-windows.zip

For Linux

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-linux.tar.gz

After you download the file, you can see several files inside.
Open the "ADB Proxy Manager" and setup your device, just like what you did in eclipse!

Now you can go back to your development and don't need to worry about no eclipse plugin!!
Thanks for BlackBerry!

Keep Developing!

  • BlackBerry10
  • eclipse
  • ADT23
  • android
  • google
  • plugin
  • BlackBerry
  • development
  • tool
  • tip
  • July 15, 2014 17:46
  • Permalink
  • Comments
 
over 8 years ago

How to batch Repackage and Sign APK to BlackBerry Bar File

I write many android apps and want to bring them into BlackBerry World, how can I do it?
Basically I don't like to use the integrated tools in eclipse... so I decide to use commandline tool!

1. Download BlackBerry Tools for Android Development 2.0.4

For mac

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-mac.zip

For Windows

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-windows.zip

For Linux

http://developer.blackberry.com/android/downloads/fetch/BlackBerry_Tools_for_Android_Development-2.0.4-linux.tar.gz

The blackberry-apkpackager is located at BlackBerry_Tools_for_Android_Development-2.0.4/bin

2. Using blackberry-apkpackager to repackage APK fils to BAR files.

Orginal : The folder with APK files
Repacked : The fold with converted bar files.

imactekiiMac:~ imac$ blackberry-apkpackager Orginal -t Repacked

3. Using batchbar-signer to sign BAR fils..

imactekiiMac:~ imac$ batchbar-signer Repacked author.p12 passwd passwd

Very useful tools, enjoy!!

Simon

  • BlackBerry
  • BlackBerry10
  • android
  • Sign
  • batch
  • apk
  • Bar
  • eclipse
  • Commandline
  • July 26, 2014 20:01
  • Permalink
  • Comments
 

Copyright © 2013 icesimon . Powered by Logdown.
Based on work at subtlepatterns.com.