DynamicGrid icon indicating copy to clipboard operation
DynamicGrid copied to clipboard

Can't run in Eclipse (ADT)

Open marleyiam opened this issue 9 years ago • 3 comments

Hi there! The projet worked like a charm in Android Studio, zero config! but I'm having troubles to set it on Eclipse. Gradle seems to work once build ran succefully , but when I import the project in Eclipse I can see that folder structure is slightly different and the apk fails on startup. Any clues appreciated!!!

marleyiam avatar Jul 01 '15 18:07 marleyiam

Sorry for not answering your problem, but Google had discontinued Android Eclipse support: http://android-developers.blogspot.de/2015/06/an-update-on-eclipse-android-developer.html So it might be a good time to migrate to Android Studio (especially since they will offer C/C++ support in 1.3).

denisk20 avatar Jul 03 '15 15:07 denisk20

I'm aware on it, but my costumer still uses ADT in some of his legacy environments. Thank you anyway.

marleyiam avatar Jul 07 '15 14:07 marleyiam

My eclipse works well with the example provided by the code. Maybe you should double check your app code and repository dependence(for example, your android build version, library).

lzddzh avatar Oct 15 '15 08:10 lzddzh