The BlackBerry Runtime for Android allows most Android applications targeting version 2.3.3 to run on the BlackBerry 10 and BlackBerry PlayBook operating system.
Questions tagged [blackberry-android]
101 questions
3
votes
2 answers
BlackBerry Error
I am trying to developing an android app for blackberry Playbook. For this i have installed all the necessary tools for blackberry development in android.For month ago i run some android apps on BB playbook. for this a debug token is needed which…

User42590
- 2,473
- 12
- 44
- 85
3
votes
2 answers
Android on Blackberry: How to Play Videos
i've ported some Apps from Android to Blackberry (by repacking them with the Blackberry tools). Most of the App seems to work fine, however i con not get the Videos to work.
The Loading indicator appears (but does not spin). Nothing else Happens (No…

r-hold
- 941
- 8
- 30
2
votes
1 answer
Android Studio Blackberry plug-in - can't repackage APK to BAR
I'm trying to repackage my fully compatible Android app to Blackberry's BAR format.
I've tested the application extensively in the simulator using Blackberry's ADB Proxy, so I know Android Studio sees the RIM "device," but the option is grayed out. …

IAmTheSquidward
- 562
- 6
- 22
2
votes
0 answers
BB10 OS Version using Android Code
In Android Code the function Build.VERSION.RELEASE returns the android version of device running the application but After porting in BlackBerry the same code doesn't provide the BlackBerry OS version.
Is there any way to get blackberry OS version…

user3517929
- 235
- 1
- 7
2
votes
4 answers
BlackBerry Ported Android Application Upgrade Issue
Recently we provided an update to an BB ported application(Android) which is already there in blackberry world. This time we added few more permission in Android application manifest and BB application was signed from a different computer. When…

androidGuy
- 5,553
- 12
- 39
- 56
2
votes
2 answers
Android Layout for 720x720 BlackBerry screen
My BlackBerry Q5 can run Android applications and I'd like to optimize one of my existing apps for its screen. The resolution is 720x720, but the runtime also inserts a bar in the bottom of the screen, so usable resolution for Android app is 720x620…

Axarydax
- 16,353
- 21
- 92
- 151
2
votes
0 answers
"SQLiteException: unable to open database file" - Android app on Blackberry 10
We've ported our android application on Blackberry 10. It works fine, but some users get "The application has stopped unexpectedly" error on launch. Stack trace of the error:
Caused by: android.database.sqlite.SQLiteException: unable to open…

Sergey Zhabinskii
- 478
- 3
- 12
2
votes
1 answer
2
votes
1 answer
How to import the logcat text to Android Eclipse
How to open the logcat text in logcat tool Android/Eclipse which i got programmatically.To read it as a normal text file,it is difficult to read.I am trying to find the nature of ANR issue,If i see it in logcat tool of Android Eclipse,it is easy to…

Rakesh
- 14,997
- 13
- 42
- 62
2
votes
5 answers
How open sub window with three buttons on clicked list item like shown in screenshot with red square
I have to open a sub window on clicked list item. This window contain three buttons these are also clickable. See Screenshot.
In iphone it is possible using TableRow. Is there way in android like iphone or any different way

hharry
- 422
- 1
- 9
- 21
2
votes
0 answers
Android to BB10 Porting Phone Gap Application (Same Origin Policy Issue)
I'm trying to port phonegap Android app to bb10, The issue is android web-view doesn't follow Same Origin Policy so app works fine on Android. But seems BB10 web view follows Same Origin Policy. so application doesn't work properly in BB10 devices.…

Yasitha Waduge
- 13,180
- 5
- 35
- 42
2
votes
3 answers
Can't deploy BAR file to BlackBerry 10 Dev Alpha Simulator
I'm trying to port my Android app to BB10 using the BB Android Runtime SDK. I've packaged the app OK and created a BAR file, but cannot get it installed on the BB 10 Dev Alpha simulator. I've tried both running the app from Eclipse using Run…

Jonathan Wareham
- 3,357
- 7
- 46
- 82
2
votes
2 answers
How to create blackberry version of an android project without forking?
Blackberry 10 now accept android but not google map.
Basically we want to port our application to android and use different technique for google map but we don't want to fork the project. So we want all update on other area on the original project…

user4951
- 32,206
- 53
- 172
- 282
2
votes
2 answers
Blackberry Android Native Live Wallpaper?
I am currently looking into porting some of my Android Live Wallpapers to Blackberry. Is this possible?
I can't seem to find any info about whether or not Blackberry devices support Nartive Android Live Wallpapers.

Eurig Jones
- 8,226
- 7
- 52
- 74
2
votes
2 answers
Detecting Blackberry 10 Android runtime
I ported my android app to bb10 and it works quite well. However there are a couple of features I should turn off because they require the Google Play store. When I had a similar problem with the Amazon Kindle Fire I dealt with it by checking…

Jaldhar
- 279
- 1
- 10