I am using eclipse version 22. There is no project.config file present in my project directory. This is the error i am getting project.config missing.How can i add it to my project?
Asked
Active
Viewed 82 times
0
-
Have you tried creating that file manually? – Tadej Mar 21 '14 at 12:28
-
I don't know how to create that, can you link me to a tutorial. – user3404195 Mar 21 '14 at 12:29
-
It's as easy as creating a new text file, but instead of `.txt` extension, use `.config`. – Tadej Mar 21 '14 at 12:30
-
What do i write in it. – user3404195 Mar 21 '14 at 12:32
-
Whatever you want (it should have something to do with [ProGuard](http://proguard.sourceforge.net/#manual/examples.html) though). :) – Tadej Mar 21 '14 at 12:34
-
I hope this can help you, "http://stackoverflow.com/questions/14512562/proguard-cfg-file-missing" – user3285681 Mar 21 '14 at 12:41
-
Error: Can't read [C:\My Work\Android Projects\BigNumberCalculator\usr\local\java\android-sdk\platforms\android-9\android.jar] (No such file or directory) this is the error i am getting now. Can my projects be anywhere or in eclipse sdk extraction location. – user3404195 Mar 21 '14 at 12:48
-
I have read that question it did not work. – user3404195 Mar 21 '14 at 12:49
-
Its working now.It generated dump.txt etc. so it has worked i think. – user3404195 Mar 21 '14 at 12:56