Translate

Wednesday, December 6, 2017

/build/outputs/version.pds (No such file or directory) while clean android project


I have struckup this issue while cleaning my Android project :

Final i have done :

Try invalidating the cache by doing  : File > Invalidate Caches, Restart

My problem was resolved.

No comments:

Post a Comment

Could not identify launch activity: Default activity not found : Error while Launching activity

Problem : I got this Error , When I tried to create an application without any Activity . Basically like to develop an Android Headless appl...