Trouble testing stand alone Android APK

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): Android

I am unable to test my production APK in Android studio. When I open my APK in Android studio and try to run, Android Studio says “Please select an SDK”. I cannot find the option to select an SDK. The common answer I can find online on how to select an SDK says to sync with the gradle file. However, there is no gradle file in my project or in the APK. How test within Android Studio, how do I select an SDK? I have an SDK downloaded, I am just unable to select it to run my project.

Hey @iway1, I would recommend creating a branch for your project and ejecting to the Bare workflow which will enable you to test in Android Studio and Xcode as the native directories will be available to you.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.