Alessio wrote: > What I need to do is: > 1) push a txt file onto the device in the "/data/data/<package.name>/ > files/" folder, > 2) push a jar file in the "/data/data/<package.name>/lib/" folder, > 3) load the jar file in runtime.
Don't do that. Put the JAR in the libs/ directory of your project and thereby include it in the installed APK. > Pushing the two files onto the device is essential to the application, Then do not write the application, or implement your desired functionality some other way (e.g., scripting language instead of JARs). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 0.95 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

