First, im new in gradle so please bear with me.
I successfully build and imported this project with gradle & eclipse on ubuntu 13.10. This is what i did :
- run
gradle build
in terminal (success) - add
apply plugin: 'eclipse'
in thebuild.gradle
- run
gradle eclipse
in terminal (success) - import it as existing project on eclipse
The problem is, when i tried to run the project, eclipse read it as "normal" java program, not the android one. This is the SS :
The main project in my workspace is not in eclipse format.
And this is its properties :
Notice there's no android
tab in it's properties. And i cant run it as android application
.
Am i missing something? Please kindly help me.
Thanks for your help.