Changes

alternative way to add libraries
Line 157: Line 157:  
  sugar-activity model_app.ModelActivity
 
  sugar-activity model_app.ModelActivity
   −
Make sure to add your shell script and any native libraries to the MANIFEST before you package your bundle.
+
Make sure to add your shell script and any native libraries to the MANIFEST before you package your bundle.  You can also accomplish the same thing by throwing all your libraries in the root folder of the bundle, like the [[Map_(activity)|Map activity]] does, but that can get messy very quick.
    
== Other Technologies Comparison ==
 
== Other Technologies Comparison ==
6

edits