Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 898165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:00:00+00:00 2026-05-15T15:00:00+00:00

Currently I am trying to add a preference activity into my application but found

  • 0

Currently I am trying to add a preference activity into my application
but found out that I couldn’t make it works.
Every time, I tried to start the preference activity but it just crash before showing anything.

Here is the manifest

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="keysquare.android"
      android:versionCode="1"
      android:versionName="0.9">
    <application android:icon="@drawable/icon" android:label="@string/ime_name" android:debuggable="true">
        <service android:name="KeysquareAndroid" android:permission="android.permission.BIND_INPUT_METHOD">
            <intent-filter>
                <action android:name="android.view.InputMethod" />
            </intent-filter>
            <meta-data android:name="android.view.im" android:resource="@xml/method" />
        </service>

        <activity android:label="KeysquareAndroidSettings" android:name="KeysquareAndroidSettings" android:exported="true" android:enabled="true"></activity>

    </application>
    <uses-sdk android:minSdkVersion="3" />


</manifest> 

And the preference xml, which I have tried my best to trim it down.

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">


</PreferenceScreen>

And finally the preference activity class, which also looks normal to me…

package keysquare.android;

import android.os.Bundle;
import android.preference.PreferenceActivity;

public class KeysquareAndroidSettings extends PreferenceActivity {


    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        addPreferencesFromResource(R.xml.preferences);

    }
}

Thanks in advance if anyone can help.

Jeanno

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:00:01+00:00Added an answer on May 15, 2026 at 3:00 pm

    Thanks Mathias.

    Finally the problem was solved.
    It seems that I shouldn’t call activities from a service.
    Also, in the method.xml, I should reference to a full package instead of using a
    local reference.

    Jeanno

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently trying at add ajax to a site, after much reading I discovered that
I am currently writing a Windows application in C# that will add documents to
I am currently stuck trying to add my own class file into ASP.NET MVC
I'm currently trying to add the resulting XML (xmlResult) to a textbox that is
I'm currently trying to add an MSChart to a partial view in ASP.NET MVC
I am currently trying to add a JavaScript confirm message when a user attempts
So currently I am trying to add a feature to a userscript I have
I'm currently trying to implement a simple Add-In for InfoPath 2010 Filler/Editor mode, which
I currently trying to find a solution, how to ensure that a test fails
I'm currently trying to add some preferences to a Firefox add-on. To do so,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.