Exporting Android App Built in Appery.io Into Eclipse
So you built a really cool mobile app in Appery.io, now you want to export Android app sources and open in Eclipse. Here is how to do it.
- Export Android sources in Appery.io by going to Export > Android row > Source Code/Eclipse Project
- Download and extract Eclipse IDE for Java Developers (download link)
- Download and extract Android SDK (download link)
- Update Android SDK (may take a long time):
$<path_to_android_sdk>/tools/android update sdk –no-ui - Install ADT Plugin for Eclipse (guide link)
- Import project to Eclipse:
- Package Explorer > File > Import… > General > Existing Projects into Workspace > Choose Appery project folder) > Finish
- Running app:
- Right-click project > Run as > Android application
- Building APK:
- invoke context menu on project > Android tools > Export Signed Application Package