You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to load class 'com.android.build.api.artifact.ScopedArtifact'. This is an unexpected error. Please file a bug containing the idea.log file.
#225
Hi @sunilsilveredge - We recently updated the minimum required AGP version to 7.4.0, so for your case, it seems like your project might have a lower AGP version. The same issue might be happening to the sample app you mentioned, so thanks for letting us know! 🙂 I'll update the sample app's AGP version as well.
Thanks for given me valuable feedback now its working. I want to send every android activity screen track or log to server i m not able able to sent it.
NOTE: - sir your "Weather sample app" does not have activity or fragment implementation any kinds of log or track .
could you pls give me some source code so that i can send app activity track to server..
when i add this line
id "co.elastic.apm.android" version "0.10.0"
and
elasticApm {
// Minimal configuration
serverUrl = "https://apm.thespartanpoker.in:443"
// Optional
serviceName = "co.elastic.apm.android.sample"
serviceVersion = "0.0.1"
apiKey = "SDk5TmdJc0JRWGlJUnRXVkVkalM6eDFla2liblJRTWFkSm5lc3ZQSmZ0U"
secretToken = "YWJNaDZvb0JRWGlJUnRXVlh3ckw6bU9iNktKcmjPOKDxUNXlISXZGU2J2a253QQ=="
}
every time getting compile issue..
The text was updated successfully, but these errors were encountered: