Joe Page

Results 17 comments of Joe Page

FWIW - I did this and it seems to work: ``` cp /Users/jpage/Library/Android/sdk/platform-tools/adb /Applications/AndroidTool.app/Contents/Resources/adb ```

Just installed on a new mac and here's a better way.. just create a symbolic link to the actual 'adb' executable. Just make sure you open Android Tool at least...

Hi @Gonsaave - any updates on this? i was looking for a good mjpg view to use for my app and this one seems very robust - but I didn't...

I also am getting the same Exception when trying to publish. I found this library when the Triple-T one also didn't work for me. Any ideas how to fix? Or,...

I should note though that I was able to install an apk by dragging it to the device window.

Hi @aryaxt - it doesn't seem to work all of the time for me. For example, after receiving your update I commented out a few mappings to test. The first...

FWIW - I did notice when implementing this that there was no 'registerPickers' method like is shown in the example. My app is in Java and not Kotlin though. Anyway,...

So, I got it to build again. I looked at the build.config files in the demo project and added these lines to mine: ``` apply plugin: "kotlin-android" apply plugin: "kotlin-android-extensions"...

Hi @RootSoft - not sure if you're maintaining this project anymore but I found it very useful to help identify ONVIF devices. There was a couple of changes I wanted/needed...

Oh - I also added a test app (Android).. I just realized not everyone using this library is using it with Android so the test app wouldn't be as helpful...