Appium in windows

I am new in appium automation. When I open appium and selecting .apk file the packagename and acticity is showing as empty. Please help me to solve the issue .Running appium in windows. Appium version 1.3.4.1

Hi. You should upgrade your appium. Latest version for appium GUI in windows is 1.4.0.0.
If you are running on real device, you can use the following commands to get current focused application’s package and activity:
adb shell
dumpsys window windows | grep -E ‘mCurrentFocus’

HI Alexis,

Upgraded appium to 1.4.0.0. But still showing the same issue.

Thanks,
Prasanth

Try to run it with everything but app path, full reset and pre-launch app (advanced settings) unchecked.