Exporting Android App Built in Tiggr Into Eclipse
Posted: January 10th, 2012 | Author: max | Filed under: Features | Tags: Android, features | No Comments »So you built a really cool mobile app in Tiggr, now you want to export Android app sources and open in Eclipse. Here is how to do it.
- Export Android sources in Tiggr 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 Tiggr 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
Here is more detailed information: http://wiki.phonegap.com/w/page/16494774/Getting%20started%20with%20Android%20PhoneGap%20in%20Eclipse
Leave a Reply