I have made a mobile game with appodeal ads and facebook plugin.
I get this error while building the project.
CommandInvokationFailure: Unable to convert classes into dex format.
This error just happens when these plugins are both integrated.
It works correctly when only one plugin is integrated.
And there is no same .jar files in my project.
facebook 7.9.4
appodeal 2.8.3-190917
I think there is a problem in PlaySevicesResolver. Any idea?
Related
I have developed an Eclipse project (a game based on libgdx). I have included LibGdx library, Facebook SDK and google-play-services_lib. My game uses facebook "share" function and AdMob ads.
After developing it, I made documentation for this project, and I included the link for downloading Eclipse+adt for my client. But when he had followed to this link, he was forced to download Android Studio, not Eclipse. And now I don't know how to import this project to Android Studio.
I tried to import, it was imported well with right project structure.But when I click "Run" button, there are many errors occurs. All third-party libraries are unknown for Android Studio, many classes are not found, etc. I don't know how to setup Android Studio for LibGdx and AdMob (google play services).
You need to include the 3rd party libraries as dependencies in your build.gradle file.
The process is explained very well in the documentation.
I'm using netbeans and I'm trying to add admob via google play services to my libgdx project. My problem is that I really can't find a way to add the library to the project. Followed quite a few tutorials, but most of them are for eclipse and not netbeans. I copied the google-play-services_lib to the main folder of the project but I'm kind of lost from there. Any hints?
I am using eclipse Kepler
Google app engine 1.8.8
Maven 3.1
I wanted to start working on my first Google App Engine (GAE) project in Eclipse. As always, I wanted to stick to maven with its great dependency management and WAR deployment. Unfortunately,
I got this error message.
So my question why eclipse cannot find SDK? I dont want to add external sdk.
I would suggest to try out the following:
Go to your Eclipse Preferences -> Google -> App Engine. Make sure you are using the App Engine plugin SDK.
Go to Java Project -> Properties. In the Order and Export, make sure that the Eclipse app Engine SDK is higher than the one that your Maven repository is pointing too.
Check this out : How to run maven project on google app engine
I just tried to upload a test app on PhoneGap Build, which contains the plugin SMS Builder, which is included in the supported plugins list on the PhoneGap Build website. I added it to the config file like so -
But when I try to build it, it gives me "plugin unsupported: com.arnia.plugins.smsbuilder"
Why does PhoneGap Build shows it is unsupported, if it's in the list of supported plugins?
I installed and updated Google Plugin for Eclipse 3.7 a few weeks ago. It installed GWT as well as other things. I was able to compile a Google App. I did several things on Eclipse today and now GWT is gone. I look at Preference-->Google-->Web Toolkit; the list is empty. I ran plugin update, it keep saying GWT is already installed and refuse to update/re-install. I uninstall GWT explicitly and run plugin update; it update without complaint. But the Preference-->Google-->Web Toolkit; the list is still empty!
How do I force plugin to populate the SDK info in Preference-->Google-->Web Toolkit?
There is actually an "Add" button to configure SDK. But I dont know the installation directory of GWT. Where does Eclipse plugin save the GWT?
Seems Eclipse keep track of the installation of GWT SDK in two different place?
My GWT SDK database seems corrupted, and Eclipse plugin seems rely on its own private data base of the status of installation of GWT SDK?
Can anyone please help?
I think that what you are referring is not the plugin but the SDK.
Download the SDK unzip it then add it preferences->Google->Web Toolkit.
The link to to download the SDK is: http://code.google.com/p/google-web-toolkit/