Changes between Version 13 and Version 14 of Getting-Started/BB10
- Timestamp:
- Apr 16, 2013 4:24:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v13 v14 186 186 [[BR]] 187 187 188 == Simulator ==188 == Targeting Simulator == #simulator 189 189 190 190 Install and configure the BB10 simulator, you will need to install a virtual machine player in order to use the simulator. To build for BB10 simulator, just run {{{configure-bb10}}} script with {{{--simulator}}} option: … … 196 196 [[BR]] 197 197 198 == Multiple PJSIP Build Configurations == 198 == Multiple PJSIP Build Configurations == #multicfg 199 199 200 200 If you want to have multiple PJSIP build configurations for your app (for example, Device-Debug, Device-Release, and/or Simulator), you can use the following approach when building PJSIP. … … 213 213 [[BR]] 214 214 215 == Notes == 216 217 === Missing Separator === 215 == Notes == #notes 216 217 === Missing Separator === #missingsep 218 218 219 219 If you forgot to run '''{{{source bbndk-env.sh}}}''' (as explained [#ndk above]) before running {{{make dep}}}, the dependency files will get corrupted with the ''' "!** missing separator" ''' error and you'll have to delete each of those dependency files manually. … … 227 227 Thank you Bob Cripps of Truphone for the note. 228 228 229 === Unable to Get Sound Device Parameters === #snd 0229 === Unable to Get Sound Device Parameters === #snderr 230 230 231 231 This error happens because PJSIP is unable to open the audio capture device. Make sure you set the [#appconfig application permissions] correctly.