CumulusTV
CumulusTV copied to clipboard
Error testlocal not recognized
The SourceSet 'testLocal' is not recognized by the Android Gradle Plugin. Perhaps you misspelled something?
This is error compiling on android studio 3.1.4 , android sdk buil settings upgrade do 28.0.3
all pluguins have upgraded to compile, now just getting this last error, does anyone know how to fix this, this is related to the sample test folder located in app/src/test which contains some sample m3u files
fixed it by changing the code to
sourceSets { androidTest { setRoot 'src/test' } }
but now its giving me another error on building
error: resource string/tif_channel_scan (aka com.felkertech.n.cumulustv:string/tif_channel_scan) not found. Message{kind=ERROR, text=error: resource string/tif_channel_scan (aka com.felkertech.n.cumulustv:string/tif_channel_scan) not found., sources=
tif_channel_scan fixed
now we have a gdrive failure error: cannot find symbol method asBitmap() error: cannot find symbol method getFile(GoogleApiClient,DriveId) error: method does not override or implement a method from a supertype
error: cannot find symbol method asBitmap()
The Google Drive dependency is fairly old, and may have changed APIs a bit since the last update here.
The Google Drive dependency is fairly old, and may have changed APIs a bit since the last update here.
Hi thanks
is it possible to load file locally import via url the m3u list?
btw i am stuck with followin errors when trying to compile on the video playback "error:cannot find symbol asBitmap()
I believe it was possible to read the file directly to get channels.
I believe it was possible to read the file directly to get channels.
any ideas on how to fix this bitmap error
btw i am stuck with followin errors when trying to compile on the video playback "error:cannot find symbol asBitmap()
No I'm not entirely sure.