[android-developers] Re: python scripting for android
Prat wrote:
I am trying to use eclipse and sl4a to create an android app for my tablet. I am following the procedure mentioned in this blog.6) When I create a new project in eclipse, I see couple of folders like src, gen, res and several files under them. Where do I need to place my python scripts now? Do I need to create a separate folder under the project and directly import my python scripts or put them under src/gen/res?
I don't know where the scripts go, but I do know that "gen/" is strictly for generated code,
that is, created via the build process itself and not by you directly.
--
Lew
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home