Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AStudio issue #66894

In the middle of development it threw an error at me complaining about gradle plugin being too old (was 2.0.0-alpha3, changed to 2.0.0-alpha5 and worked. Hurrah!). Then it complained about distributionUrl pointing to an also outdated piece of software. I have Overcome that as well. Now google nailed me with

    Error:Execution failed for task ':app:buildInfoDebugLoader'.
> Exception while loading build-info.xml : null

Invalidate + restart didnt do the trick. What next ?

like image 582
kellogs Avatar asked Jan 20 '16 22:01

kellogs


2 Answers

I also meet this error today. You can try to clean project and rebuild project when you upgrade the version of Gradle or any other plugins. I found this is helpful.

like image 186
wangzhangjian Avatar answered Nov 02 '22 07:11

wangzhangjian


I went to Build > Build types, switched back and forth between types, then done a clean and build (not rebuild). Worked. Lol

like image 40
kellogs Avatar answered Nov 02 '22 05:11

kellogs