标签: java android background-process
我想在我的Android应用中发送背景信息。为此我使用Gmail Background。
但是当我尝试在依赖项中添加compile 'com.github.yesidlazaro:GmailBackground:1.2.0'时,它会给我错误
compile 'com.github.yesidlazaro:GmailBackground:1.2.0'
错误:(41,13)无法解决:com.github.yesidlazaro:GmailBackground:1.2.0
我该怎么做才能解决此错误?
任何帮助都将受到高度赞赏。
答案 0 :(得分:4)
您还需要将相应的存储库添加到项目的WindowsIdentity:
WindowsIdentity
build.gradle
GmailBackground