i am new with QT development. i am trying to run Qt sample project on iOS simulator and android emulator. it runs fine on real iPhone device but run on iOS simulator, Qt Creator gives me Application Output:
error loading iPhoneSimulatorRemoteClientRun ended unexpectedly.
i have already installed Xcode 6.3.2 with command line developer tools and using QT Creator 3.0 with QT 5.2.0
when run on android emulator, the virtual device (AVD for Nexus One By Google Android4.3.1 API level 18, CPU\ABI: ARMeabi-v7a ) i created in AVD Manager shown as incompatible
i have already given the paths of sdk, ndk, jdk, ant in QT Creator and i also have set the environment variable by creating a file named .bash_profile in Home directory and puts these lines into this file
export JAVA_HOME= /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
export PATH= $PATH:/Users/graphics/Desktop/Android/AndroidSDK/tools
export PATH= $PATH:/Users/graphics/Desktop/Android/AndroidSDK/platform-tools
export ANDROID_NDK_ROOT= /Users/graphics/Desktop/Android/android-ndk-r10e
export ANDROID_SDK_ROOT= /Users/graphics/Desktop/Android/AndroidSDK
export ANDROID_HOME= “$ANDROID_SDK_ROOT”
i don't know either its a correct method to set environment variables or not. i need your help to resolve this issue.Your effort will be of great help. Thank you.