Trouble Importing Android APK

I am trying to import an android apk file into Appium Studio. I click the Import/Sign tab and select my apk. Seems studio starts to do its thing and then stops. No error message to the screen. I don’t see the Application list the Application Section. A couple of questions:

  1. does an Android device need to be connected to appium studio in order for apk to be imported ? (I don’t have one connected at the moment). I just wanted to make sure the apk would be accepted by Appium Studio. First build was rejected due to Internet Permissions not being granted. Second build got past the Internet Permission issue but croaked at 5/7.

  2. what else could cause this behavior ? I can provide .apk separately if desired.

thanks
Walter

Walter hi,
You are right. this is a bug.
The application table will show application only if a device (android in this case) is selected.
So you need to have a device in the devices list.

This morning I confirmed I need an Android device connected/selected to import an APK into Appium Studio. Thanks Guy !