CumulusTV icon indicating copy to clipboard operation
CumulusTV copied to clipboard

Error testlocal not recognized

Open AlbertEinsteinGlitchPoint opened this issue 5 years ago • 7 comments

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.

Fleker avatar May 13 '19 16:05 Fleker

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.

Fleker avatar May 13 '19 22:05 Fleker

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.

Fleker avatar May 16 '19 13:05 Fleker