I am following this link I have first executed this command successfully.
javac <path + filename>.java
Then after when I am trying to execute following command I facing an error "class name does not match path".
dx --dex --output=<path + filename>.dex <path + filename>.class
I have same name for .class and .java but I think I have to write explicit path of .class file name. So what to do now. There is some minor mistake that I am doing but not able to find.