Great thread.
My questions (and some answers).
-
are you getting issues opening Studio after running npx cap open android for the first time? I need to set “windowsAndroidStudioPath” to a proper location (instead of some sort of H-folder). Easy fix to put it the new config in capacitor.config.json. I bet there is some feature request to automate this using PATH?)
-
android studio is complaining “Unregistered VCS root detected”. Probably not a big deal. So I skipped it.
-
When I run, it wants me to select Android SDK first. So through Stackoverflow I found a fix : Tools -> Android -> Sync Project with Gradle Files (Android Studio 3.0.1)
-> in android studio, i see under app->java three folders, the one related to my project and two unknown com.getcapacitor.myapp (androidTest) and com.getcapacitor.myapp (test). What are those
The camera plugin worked on a Galaxy TAB A 10.1. But not on my emulator (Pixl2 with emulated camera - the camera app works).
Regads
Tom