Element Is Unknown
I'm trying to add ad-mobs ads into my android application I've installed Google play services 17 package and copied the package from the sdk>extras>google>google play serv
Solution 1:
I had this problem. My problem was solved when I added the google play services with following steps:
- Import google Play Services as project. Don't forget to check 'Copy Project to your workspace' option
- Right click on your app project and click Properties. Select Android. Click 'Add library'. Select google play services from list.
- You should make sure that you remove Jar if you have included previously.
- Clean your project and build again.
Post a Comment for "Element Is Unknown"