3

My app was working fine but then I decided to add google play ads into my project so I added their library to my project but after I added them, I can't run my project and eclipse shows "Unable to execute dex: Java heap space Java heap space"

I browsed all the questions and tried to resolve and not a single thing helped. Plz help me with this issue.

PS: when I remove the google play services library my app works without any problem

Naveen S
  • 53
  • 9

1 Answers1

0

This might help you.

Keep increasing the Xms and Xmx values in eclipse.ini file.

reference link:

Can not run project after adding google play services to project

Community
  • 1
  • 1
Sagar Pawar
  • 465
  • 4
  • 26