BB10 simulator : "This file could not be found" - blackberry-simulator

Im studying with BB10 simulator. Today I follow an example here :
http://developer.blackberry.com/html5/documentation/package_and_launch_your_app_bb10.html
The problem is when I package and build in Ripple Emulator, the app in BB10 simulator cant run :
Can someone tell me why and how to fix this problem? Tks so much :)

The problem is so simple, it must be index.html instead of index.htm

Related

is there any way to resolve this animated error

Hi when I try start the project on simulator I get this error and I don't know how to solve it. I have been searching and cloud not find it who had some problem. it gives me this error ''export * as default from './Animated';'' the error
anyone knows how to fix it?
use #babel/plugin-proposal-export-namespace-from plugin

React expo error log is splitted by letters

I'm new in react, sorry for noob question ...
Something happens with error log. It was normal, readable and usefull. But in one moment it's getting like on screenshots. Someone knows what's affects on log output? Thanks.
Screen 1
Screen 2
It's react expo app on iPhone.
The reason is your expo is running in production mode (buildling release bundle). To get rid of that just switch to development (debug) mode.

First qpython jnius example not working?

I am trying to test pyjnius in the qpython console on Android.
My first line:
from jnius import autoclass
fails in console with SystemError: NULL result without error in PyObject_Call
Any suggestions or am I missing something?
(I tested this on two devices with a fresh qpython install.)
Maybe you found a solution, but I had a similar experience with QPython and Plyer the otherday. Seems you can not (yet) use Plyer or Pyjnius in the console with QPython. Running the script as a Kivy app makes imports of Plyer or Pyjnius work. Try adding the following lines:
#-*-coding:utf8;-*-
#qpy:2
#qpy:kivy
on top of your script

Smartface gives error while trying to run

When I try to run my app on the emulator in Smartface App Studio, I get an error. It so interesting, i tried something to fix it and googled to find a solution lots of times. But i got nothing.
Checking Android SDK Configuration.Searching for Devices...Device found: Faea HY509SGenerating Exporting Packages for Android profile:"Default"Pages, JavaScripts files are preparingProject resources are preparingDatasets are preparingInstallation packages are creatingInstalling Emulator...Application could not install toError Message : pkg: /sdcard/SmartfaceEmulator.apkFailure [INSTALLFAILEDCONTAINER_ERROR]
Same issue again? Please refer to Troubleshooting document!Sorry, an error occured during launching! Please try to launch from your device.
The problem is about Manifest configuration.
I guess you changed some part of it.
There is a manifest entry like android:installLocation
it should be auto like;
android:installLocation="auto"
Smartface.io Team

Running my application in Blackberry 10

I am newbie in Blackberry 10 development
I have tried to run a GE / Cascade sample application but it has thrown the error as seen in image
'Syncing and starting the application has encountered a problem '
I am using BB10_0_10.261 simulator
I have skipped the Set Debug Token part . Is it a necessing for running in a Blackberry Simulator ??
I have set it in Simultor Debug mode . But its still not working ... What is the problem
I have followed the BlackBerry 10 Cascades - Running app on the simulator too but its not working .
I don't think you need a debug token if the projects build configuration is set to simulator debug.
picture of error uploaded after this comment: I am sure there is a details button on the error dialog with some more info.
Perhaps click it, and paste the output here...
This link should help you get your environment setup properly
You can skip to about 3:20 if you are impatient :)
The tutorials are quite good for newbies.

Resources