Hello,
I'm trying to use the preference activity, tested the example supplied and all worked well.
to use in my own project, I need to put the preference activity code in other activity, but when I do this I get the following error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {anywheresoftware.b4a.samples.preferenceactivity/anywheresoftware.b4a.samples.preferenceactivity.preferences}; have you declared this activity in your AndroidManifest.xml?
I tried with the example, just moving the code to another activity and starting that activity. It gives this error always.
I tried checking the option to not overwrite the manifest, but the result is the same.
So, I think there's no error with the manifest file, but even I tried to add the preference activity to the manifest file, and this also not worked.
can someone please help me?
thank you