Closed stfulton closed 7 years ago
I believe I've confirmed the above are not configuration errors. Without making any other changes in the project, from the Packages view, deleted the packages SubscribeTwoStreamTest
and PublishRemoteCallTest
, rebuilt and successfully installed the apk onto physical 4.2 device.
App launches and allows publish and subscribe with local and cloud server instance.
Of course, selecting 'Publish-Remote' or 'Subscribe-Two Stream' fail with blank screen and logcat output:
05-18 12:59:42.456 17380-17380/red5pro.org.testandroidproject W/System.err: java.lang.ClassNotFoundException: red5pro.org.testandroidproject.tests.SubscribeTwoStreamTest.SubscribeTwoStreamTest
05-18 13:07:18.973 17380-17380/red5pro.org.testandroidproject W/System.err: java.lang.ClassNotFoundException: red5pro.org.testandroidproject.tests.PublishRemoteCallTest.PublishRemoteCallTest
(Not certain, but believe had same error building streaming-android-master
)
Hope this helps.
Regards, Tim Fulton
Greetings -
Build attempt on Studio 2.1.1 for 4.2 (actual) device failing with errors in two classes:
Re: deprecated API - in my
build.gradle
(module: app), I have:I'm very new to Android development, but this strikes me as not a configuration issue.
Any ideas greatly appreciated!