Processing eclipse android resource file papplet -
when create pimage in papplet android activity, want locate image location. read online need store in /assets folder in root directory of project, isn't being recognized reason, there other steps needed include folder in build path or something??
to locate resource in android put in "assets" directory , load with: "file:///android_asset/[name of file.extension]"
Comments
Post a Comment