Unable to update app: Class file is Java 8 but max supported is Java 7
The solution is like below Once i also strucked in this problem and i keep remaining surfing the internet to get help everywhere but everything worthless. But after a lot of hardwork, i solved it. Google app engine doesn’t support JDK 8.So try to install JDK 7. And make the changes as follow: The compiler … Read more