I think that when the local build ends in your IDE , Andoid Studio opens automatically, where you will have the Android project automatically created for you to compile in Android Studio. Connect the device and simply run the application. You also can start the AVD emulator and do the same instead of connecting a real device. Regards
Il giorno lunedì 10 maggio 2021 alle 19:06:49 UTC+2 [email protected] ha scritto: > I've migrated to maven and am able to run the project on the simulator. > When I try to run it on a device, however, I can't access the "Codename > one" menu. How do I build to a device ? > > On Wednesday, April 28, 2021 at 9:56:23 PM UTC-4 Shai Almog wrote: > >> Yes. What matters is the gradle version. I suggest using Gradle 6.5 and >> defining android.appBundle=true in the build hints. >> >> Also you can migrate to maven (if you aren't there already) and do a >> local build. This will launch Android Studio seamlessly upon build so you >> can debug. See this: >> https://shannah.github.io/cn1-maven-archetypes/cn1app-archetype-tutorial/getting-started.html#android >> >> On Thursday, April 29, 2021 at 1:43:31 AM UTC+3 [email protected] wrote: >> >>> Can I debug on an android device with android studio 4+? If not which >>> version should I use? >> >> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/59c28e5b-6910-440c-b139-d7eca6ace095n%40googlegroups.com.
