Can you copy the full text of the error messages and paste them here?I get all sorts for errors .
Norm Radder wrote:
Can you copy the full text of the error messages and paste them here?I get all sorts for errors .
Lars Persson wrote:Cannot resolve symbol 'google' :4
Cannot resolve symbol 'google' :5
Cannot resolve symbol 'FeedMessage' :18
Cannot resolve symbol 'FeedMessage' :22
Cannot resolve symbol 'FeedMessage' :26
Cannot resolve symbol 'FeedMessage' :35
Cannot resolve symbol 'FeedMessage' :41
Cannot resolve symbol 'FeedEntity' :42
Cannot resolve method 'getEntityList()' :42
Cannot resolve method 'hasTripUpdate()' :43
Cannot resolve symbol 'TripUpdate' :44
Cannot resolve method 'getTripUpdate()' :44
Cannot resolve method 'getTrip()' :45
Cannot resolve method 'getTrip()' :46
Cannot resolve method 'getStopTimeUpdateCount()' :47
Cannot resolve symbol 'FeedMessage' :53
Cannot resolve symbol 'FeedEntity' :54
Cannot resolve method 'getEntityList()' :54
Cannot resolve method 'hasAlert()' :55
Cannot resolve method 'getId()' :56
Cannot resolve method 'getAlert()' :57
'URL(java.lang.String)' is deprecated since version 20 :27
Typo: In word 'skane' :15
Typo: In word 'skane' :16
Ron McLeod wrote:
Lars Persson wrote:Cannot resolve symbol 'google' :4
Cannot resolve symbol 'google' :5
Cannot resolve symbol 'FeedMessage' :18
Cannot resolve symbol 'FeedMessage' :22
Cannot resolve symbol 'FeedMessage' :26
Cannot resolve symbol 'FeedMessage' :35
Cannot resolve symbol 'FeedMessage' :41
Cannot resolve symbol 'FeedEntity' :42
Cannot resolve method 'getEntityList()' :42
Cannot resolve method 'hasTripUpdate()' :43
Cannot resolve symbol 'TripUpdate' :44
Cannot resolve method 'getTripUpdate()' :44
Cannot resolve method 'getTrip()' :45
Cannot resolve method 'getTrip()' :46
Cannot resolve method 'getStopTimeUpdateCount()' :47
Cannot resolve symbol 'FeedMessage' :53
Cannot resolve symbol 'FeedEntity' :54
Cannot resolve method 'getEntityList()' :54
Cannot resolve method 'hasAlert()' :55
Cannot resolve method 'getId()' :56
Cannot resolve method 'getAlert()' :57
'URL(java.lang.String)' is deprecated since version 20 :27
Typo: In word 'skane' :15
Typo: In word 'skane' :16
It looks like the classes/package are not visible to the compiler/IDE. he required imports might be missing/errored or a library/dependency is not present.
Can you post the source code associated with the errors?
Ron McLeod wrote:A fix for the URL warning would be to replace this:with this:or just:
Ron McLeod wrote:It would be helpful to understand what your development environment looks like.
From the image that you posted earlier, it looks like you are using the IntelliJ IDE - it that correct?
