07-24-2012 11:06 AM
Hey Folks,
Just downloaded and installed the new beta2 NDK and wanted to test out the new sample camera cascades app provided on the dev website.
Unfortunately I get the error "Launch failed no binaries". Anyone else experiencing this? I looked through other forum posts but they didnt help...
Solved! Go to Solution.
07-24-2012 11:52 AM
Hello,
try the steps bellow,
you can find more information about how to import and run the sample apps under the link bellow,
Hope this helps.
Alex
07-24-2012 12:04 PM
Thanks for the reply Alex.
I've already set up the dev environment and I have other apps running no problem, even ones that are new to the beta2 release (i.e. Bucketlist). I've always done the same thing that you listed when running apps on the simulator so I'm not sure why this one app will not work.
Has anyone else been able to get the Photobomber sample app to work in the new beta2 SDK?
07-24-2012 12:13 PM
Can you post your build log?
Stuart
07-24-2012 12:16 PM
**** Build of configuration Simulator-Debug for project photobomber ****
make Simulator-Debug
G:/Software/BB_10SDK_Beta2/host_10_0_6_1/win32/x86
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
G:/Software/BB_10SDK_Beta2/host_10_0_6_1/win32/x86
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
make -C ./translations -f Makefile update release
make[1]: Entering directory `C:/ndk-10.0.4-workspace/photobomber/translations'
G:/Software/BB_10SDK_Beta2/host_10_0_6_1/win32/x86
Updating 'photobomber_en_GB.ts'...
Found 0 source text(s) (0 new and 0 already existing)
Updating 'photobomber_fr.ts'...
Found 0 source text(s) (0 new and 0 already existing)
Updating 'photobomber_it.ts'...
Found 0 source text(s) (0 new and 0 already existing)
Updating 'photobomber_de.ts'...
Found 0 source text(s) (0 new and 0 already existing)
Updating 'photobomber_es.ts'...
Found 0 source text(s) (0 new and 0 already existing)
Updating 'photobomber.ts'...
Found 0 source text(s) (0 new and 0 already existing)
G:/Software/BB_10SDK_Beta2/host_10_0_6_1/win32/x86
Could not find qmake configuration directoryCould not read qmake configuration file G:/Software/BB_10SDK_Beta2/target_10_0_6_384/qnx6/
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
Updating 'C:/ndk-10.0.4-workspace/photobomber/translations/
Generated 0 translation(s) (0 finished and 0 unfinished)
make[1]: Leaving directory `C:/ndk-10.0.4-workspace/photobomber/translations'
make -C ./x86 -f Makefile debug
make[1]: Entering directory `C:/ndk-10.0.4-workspace/photobomber/x86'
make -f Makefile.Debug
make[2]: Entering directory `C:/ndk-10.0.4-workspace/photobomber/x86'
qcc -Vgcc_ntox86 -lang-c++ -Wl,-rpath-link,G:/Software/BB_10SDK_Beta2/target_
Could not find qmake configuration directoryCould not find qmake configuration fileUsing OS scope before setting MAKEFILE_GENERATORG:\Software\BB_10SDK_Beta2\host_
make[2]: Leaving directory `C:/ndk-10.0.4-workspace/photobomber/x86'
cc: G:/Software/BB_10SDK_Beta2/host_10_0_6_1/win32/x86
make[2]: *** [o-g/photobomber] Error 1
make[1]: Leaving directory `C:/ndk-10.0.4-workspace/photobomber/x86'
make[1]: *** [debug] Error 2
make: *** [Simulator-Debug] Error 2
**** Build Finished ****
07-24-2012 06:06 PM
Are you trying to build for simulator or device? because your build log says you were building for simulator.
I'm not sure if multimedia or camera support works on simulator.
07-24-2012 06:08 PM
Thanks, I had a feeling that was the issue
07-24-2012 11:59 PM
Also, I've been finding that with the new Beta2 release there have been a lot of compile errors because LIBS have been left out of the app.pro file....that could be the issue here too
07-25-2012 02:52 PM - edited 07-25-2012 02:53 PM
I got the app building and running fine over the device so, we have logged an issue on this for simulator.
https://www.blackberry.com/jira/browse/BBTEN-132