I have this error:
/._GoogleAdMobAdsSdk-6.0.0.jar cannot be read or is not a valid zip file
How can I solve it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The path in the error message would be for a file whose name started with a dot (.), and which was located at the root of your filesystem; I bet neither of those things are the case. Perhaps you tried to type “./_GoogleAdMobAdsSdk-6.0.0.jar” and reversed the first two character? In any case, wherever you’ve specified the path to the jar file, fix it to be the correct path to the correct filename.