• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. C

    re-use workmanager instance between multiple unit tests

    Hello, Is there any way i can re-use an existing workmanager for application instances created by multiple tests?. My issue: i have multiple unit tests, my first test runs succesfully, next time onwards i face below error. W/eSync: Can not re-initialize work manager, Robolectric problem...
  2. C

    Create library for aidl module (.aar) and generate apk for my application

    Hi, I have written application where i have aidl module included and also service which calls aidl functions. I want to build library for aidl module in .aar format and apk for my application in single build. How can i do that?. Please help me to resolve this issue so that i can build library...
  3. C

    DOWNLOAD_STATE_INITIALIZATION_ERROR while performing incremental update using update engine

    Hi , I am using udpate engine client feature of google to update Android device over the air. I am trying to incremental upgrade. during incremetnal upgrade i am facing DOWNLOAD_STATE_INITIALIZATION_ERROR error. What does this error mean?. Please help Thanks and Regards, Chethan
  4. C

    Apps scheduling restart of crashed service at 156787ms

    I have foreground service in my application with START_REDELIVER_INTENT. When application gets killed it restarts at random interval, sometimes within 5 minutes, then 25 minutes. How to make it restart foreground service at fixed interval of time say 1 minute?
  5. C

    Help scheduling restart of crashed service at 156787ms

    I have foreground service in my application with START_REDELIVER_INTENT. When application gets killed it restarts at random interval, sometimes within 5 minutes, then 25 minutes. How to make it restart at fixed interval of time?.