@ is a shorthand form of the -include option, which allows you to specify a file in which more configuration options can be found.
So you are telling proguard to use the configuration options specified in the file para.pro. That's the file it can't find, because as you can see from your directory listing, it doesn't exist.
Stuart A. Burkett wrote:@ is a shorthand form of the -include option, which allows you to specify a file in which more configuration options can be found.
So you are telling proguard to use the configuration options specified in the file para.pro. That's the file it can't find, because as you can see from your directory listing, it doesn't exist.
Yes, but I dont have any .pro file. I'm working with eclipse.