hi
I am trying to create a new android application following the instructions here
http://www.openframeworks.cc/setup/android-eclipse/
In the area called “Creating new applications”, it says few places where the name of the app needs to be replaced. However I found that in the file srcJava/cc/openframeworks/androidEmptyExample/OFActivity.java in the first line it says
package cc.openframeworks.androidEmptyExample;
I guess that needs to be changed as well, shouldnt it? thanks
examples/android/androidEmptyExample$ grep -r androidEmptyExample *
AndroidManifest.xml: package=“cc.openframeworks.androidEmptyExample”
res/values/strings.xml: androidEmptyExample
srcJava/cc/openframeworks/androidEmptyExample/OFActivity.java:package cc.openframeworks.androidEmptyExample;