I told the new project manifest that there was a pd service in the project, as it is in the example project
AndroidManifest.xml:
<?xml version="1.0" encoding="utf-8"?> http://schemas.android.com/apk/res/android" package="org.puredata.android.test" android:versionCode="1" android:versionName="1.0">
THIS ------->
<service android:name="org.puredata.android.service.PdService" />
<activity android:label="Pure Data Preferences"
android:name="org.puredata.android.service.PdPreferences"
android:screenOrientation="portrait" />
END <------------
Hope andymc2010 will find it usefull and tell us that it's working
Sorry it so long to test it.
But I can confirm that this works. I now a working app from a completely new project.
Thanks a lot!! :)
It looks like you're new here. If you want to get involved, click one of these buttons!