Elson

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Illegal characters in path #21868
    Elson
    Participant

    If I debug this program again, the exception trace only includes the following info,

    Searching for active configuration for jni\Androidcmd…
    Trying fast lookup…
    Found! Configuration name = Debug
    Searching for active configuration for jni\Androidcmd…
    Trying fast lookup…
    Found! Configuration name = Debug
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe devices
    List of devices attached
    emulator-5554 device

    Command exited with code 0
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s emulator-5554 shell getprop ro.product.cpu.abi
    armeabi-v7a

    Command exited with code 0
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s emulator-5554 shell getprop ro.build.version.sdk
    23

    Command exited with code 0

    in reply to: Illegal characters in path #21865
    Elson
    Participant

    The exception trace is as follows,
    [+124 msec] Got DTE
    [+124 msec] Got MCS
    [+128 msec] Got services
    [+1925 msec] Checking fonts/colors
    [+1965 msec] Checked fonts/colors
    [+1965 msec] Checking out features
    [+2000 msec] Checked out features
    [+2570 msec] Constructed Add-in
    [+2581 msec] Loading settings…
    [+2582 msec] Loaded settings.
    [+2582 msec] Created normal commands
    [+2591 msec] Created context commands
    [+2594 msec] Created combo commands
    [+2596 msec] Created drop down commands
    [+2599 msec] Registered commands
    [+6394 msec] Startup project reset
    [+6471 msec] Settings validated
    [+7235 msec] Startup project set
    Creating a SuggestedActionsSource for D:\test\jni\Androidcmd.c…
    Creating a SuggestedActionsProvider for D:\test\jni\Androidcmd.c…
    No backend client found. Could not create the SuggestedActionsProvider
    Rebuild all adornments: 16 msec
    Searching for active configuration for jni\Androidcmd.vcxproj…
    Trying fast lookup…
    Found! Configuration name = Debug
    Searching for active configuration for jni\Androidcmd.vcxproj…
    Trying fast lookup…
    Found! Configuration name = Debug
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe devices
    List of devices attached
    emulator-5554    device

    Command exited with code 0
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s emulator-5554 shell getprop ro.product.cpu.abi
    armeabi-v7a

    Command exited with code 0
    C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s emulator-5554 shell getprop ro.build.version.sdk
    23

    Command exited with code 0

Viewing 2 posts - 1 through 2 (of 2 total)