Search:

Type: Posts; User: Judas

Search: Search took 0.07 seconds.

  1. Re: Syntax error on tokens, interfaceheader expected instead

    06-05 14:52:46.269: E/Trace(466): error opening trace file: No such file or directory (2)
    06-05 14:52:48.300: D/AndroidRuntime(466): Shutting down VM
    06-05 14:52:48.309: W/dalvikvm(466):...
  2. Re: Running this code (It has no errors) on android emulator gives a message saying 'Unfortunately, the app has stopped'

    06-05 14:52:46.269: E/Trace(466): error opening trace file: No such file or directory (2)
    06-05 14:52:48.300: D/AndroidRuntime(466): Shutting down VM
    06-05 14:52:48.309: W/dalvikvm(466):...
  3. Running this code (It has no errors) on android emulator gives a message saying 'Unfortunately, the app has stopped'

    Here's the code:



    package com.example.first666;

    import com.example.first666.util.SystemUiHider;

    import android.annotation.TargetApi;
    import android.app.Activity;
  4. Re: Syntax error on tokens, interfaceheader expected instead

    Err. But where do I make the change. I don't mean to sound dumb, but I don't know what part of program you're talking about, and what exactly is the chane I'm supposed to make.

    --- Update ---

    I...
  5. Re: Syntax error on tokens, interfaceheader expected instead

    Copy that part to? Could you post that part of the program where you want me to make the changes?
  6. Re: Syntax error on tokens, interfaceheader expected instead

    You mean I need to cut out onClick() from sub.setOnClickListener? I'm still not clear. If you could help me out again. Thank you for your responses. I appreciate it.
  7. Re: Syntax error on tokens, interfaceheader expected instead

    package com.example.first666;

    import com.example.first666.util.SystemUiHider;

    import android.annotation.TargetApi;
    import android.app.Activity;
    import android.os.Build;
    import...
  8. Re: Syntax error on tokens, interfaceheader expected instead

    I don't see it. I'm very new to programming. Let me know if you can point it out to me.
  9. Re: Syntax error on tokens, interfaceheader expected instead

    Yes. gives the same error
  10. Syntax error on tokens, interfaceheader expected instead

    });() <---- THE PROBLEM IS HERE. On clicking on error, these two brackets get selected

    --- Update ---

    public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    ...
Results 1 to 10 of 10