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 7399893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:07:13+00:00 2026-05-29T04:07:13+00:00

My Android application somehow stopped to pay any attention to the breakpoints. I have

  • 0

My Android application somehow stopped to pay any attention to the breakpoints. I have added the

android:debuggable="true"

to the manifest. So now it is:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="net.innodigital.iptv.PackVideo"
    android:versionCode="1"
    android:versionName="1.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.SET_DEBUG_APP"/>

<uses-sdk android:minSdkVersion="10" />

<application android:icon="@drawable/icon" android:label="@string/app_label" android:debuggable="true">
    <activity android:name="PackVideo"
              android:label="@string/app_label"
              android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
              >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity android:name="ChannelsListActivity"
        android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
              >
        <intent-filter>
            <category android:name="android.intent.category.DEFAULT" />
        </intent-filter>
    </activity>
    <activity android:name="ServerSetActivity"
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
              >
        <intent-filter>
            <category android:name="android.intent.category.DEFAULT" />
        </intent-filter>
    </activity>
</application>
</manifest>

I have returned debugger timeout to the default 3000 ms.

I had restarted the device I am working with and the PC.

Nothing helps.

I have installed IntelliJ IDEA 11 and run the debugging there. Same reaction: no stops on breakpoints.

Where should I look else? Beforehand grateful.

Edit: It seems debugger won’t connect. Even after I am setting the timeout to 10 seconds.

Attempting to connect debugger to 'net.innodigital.iptv.PackVideo' on port 8615

waits forever.

  • 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-29T04:07:13+00:00Added an answer on May 29, 2026 at 4:07 am

    Ho! It was very interesting. It happened, that yesterday I have exported APK and installed it on the same device. And it seems, that that instance of the application didn’t let the instance from PC (being newly debugged) to be installed into the device. But it started to run itself instead. And the debugger couldn’t connect the old APK with the new (even if almost the same) code. That explained:

    1. Why both IntelliJ IDEA and Eclipse couldn’t connect the debugger to the application
    2. Why, after uninstalling of the application from the device, the debugging launch went OK.

    What interesting conclusions could be made of it:

    1. We should never mix the different kinds of installations (from PC, from SD). Uninstall one, than install the other.
    2. The installations from PC and from SD behave differently. That could cause other unwanted effects. We should be aware of it.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The AndroidManifest.xml contains the version name of the application, something like android:versionName=1.0 Now the
I have an Android application with a main activity that is the tabhost. I'm
I'm working on an Android application that has several Activities. In it I have
I have an Android application that has one section loading a web page within
I'm in the process of designing an Android application right now. I understand SQLite
I have created a webview application to run a web application on an android
I have an android application that gets invoked through ADB on a desktop machine.
Right now, you have to use fakeTagsActivity ( http://developer.android.com/resources/samples/NFCDemo/src/com/example/android/nfc/simulator/FakeTagsActivity.html ) if you want to
I am developing an application in Android and have an issue where Android framework
I've been working with Android for just a couple of weeks now and have

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.