Hi,
I have been using preferenceactivity with out problem for quite a while.
But since upgrading to 2.30, new projects get error
If i download the tutorial at
http://www.b4x.com/forum/basic4andr...orials/10608-preferenceactivity-tutorial.html
It will work, but if i toggle the Project - "Do Not Overwrite Manifest File"
It will then fail with the above error.
And i even if i add
It does not fix the problem.
Any advice is appreciated.
Lee.
I have been using preferenceactivity with out problem for quite a while.
But since upgrading to 2.30, new projects get error
B4X:
android.content.ActivityNotFoundException: Unable to find explicit activity class {anywheresoftware.b4a.samples.preferenceactivity/anywheresoftware.b4a.objects.preferenceactivity}; have you declared this activity in your AndroidManifest.xml?
If i download the tutorial at
http://www.b4x.com/forum/basic4andr...orials/10608-preferenceactivity-tutorial.html
It will work, but if i toggle the Project - "Do Not Overwrite Manifest File"
It will then fail with the above error.
And i even if i add
B4X:
AddApplicationText(<activity android:name="anywheresoftware.b4a.objects.preferenceactivity"/>)
It does not fix the problem.
Any advice is appreciated.
Lee.