https://github.com/programadorthi/android-xtend
Eclipse Xtend Android projects
https://github.com/programadorthi/android-xtend
Last synced: 5 months ago
JSON representation
Eclipse Xtend Android projects
- Host: GitHub
- URL: https://github.com/programadorthi/android-xtend
- Owner: programadorthi
- License: epl-1.0
- Created: 2017-01-16T11:58:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T14:53:10.000Z (over 9 years ago)
- Last Synced: 2025-01-20T16:44:02.114Z (over 1 year ago)
- Language: Xtend
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Eclipse Xtend Android projects
===================
Welcome to android projects using eclipse xtend lang. In that repository I will show many examples of how to use Xtend lang in android projects.
More about Xtend lang follow the link: http://www.eclipse.org/xtend/
Using in Android Studio
=======================
1. Download the [Android Studio 2.2+](http://tools.android.com/download/studio/stable);
2. Configure > Plugins > Browse repositories > Manage repositories > + (add repository);
3. Paste the IntelliJ Releases or Nightly Builds URL from the [Xtend Download page](http://www.eclipse.org/xtend/download.html);
4. Hit ok to add;
5. Hit dropdown 'Repository: All', change to 'Repository: [hudson.eclipse.org](https://hudson.eclipse.org/xtext/job/xtext-intellij/lastSuccessfulBuild/artifact/git-repo/intellij/build/ideaRepository/updatePlugins.xml);
6. Install all the plugins (3 of them);
7. Restart Android Studio.
8. Clone the repository, import the project, build and run.