This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-02
Channels
- # announcements (1)
- # beginners (119)
- # calva (2)
- # cider (40)
- # cljsrn (14)
- # clojure (145)
- # clojure-dev (122)
- # clojure-europe (4)
- # clojure-italy (9)
- # clojure-nl (5)
- # clojure-spec (2)
- # clojure-uk (32)
- # clojuredesign-podcast (1)
- # clojurescript (10)
- # cursive (44)
- # data-science (1)
- # datomic (53)
- # defnpodcast (6)
- # emacs (6)
- # fulcro (13)
- # garden (25)
- # graalvm (3)
- # graphql (7)
- # jobs (3)
- # liberator (4)
- # nrepl (1)
- # off-topic (21)
- # quil (27)
- # reagent (4)
- # reitit (2)
- # remote-jobs (1)
- # ring-swagger (3)
- # shadow-cljs (3)
- # spacemacs (24)
- # sql (29)
- # tools-deps (68)
- # xtdb (2)
hi, i'm trying out re-natal for the first time. I'm pretty sure I'm most of the way to a running app, but "react-native run-android" hangs at 97% on installDebug task. anyone know what causes this ?
(using a real android device, not an emulator. i've been using the same device to run my expo cljs projects)
didn't install the emulator yet
let me give it a shot
should i try geny or avd ?
no, I haven't seen it work elsewhere yet. i'm trying avd now
yes it works in emulator
and i found some react native docs about adding udev entries that i'd missed; maybe that's the trouble
cause adb seems to be disconnecting the device when i run react-native
interesting, i didn't even have to update udev. after running once with emulator, now it works fine on the physical device too
:man-shrugging:
thanks for the help, anyways