[android-developers] Error while waiting for device

2016-07-25 Thread arun singh
The emulator process for AVD Nexus_5X_API_23 was killed. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. T

[android-developers] Re: how to-Start new activity with also current activity running

2012-09-04 Thread arun singh
Hi, No, it's not possible to run two activities simultaneously. one will be paused that means onPaused() will be called. So whatever you want to do with these two activities, do that with some other mechanism. Thanks, Arun On Tuesday, September 4, 2012 10:56:20 AM UTC+5:30, HK wrote: > > Hi, >

[android-developers] My package is not visible in framework base

2012-08-16 Thread arun singh
Hi, I am compiling source code for sdk (make sdk). It's generating everything but the classes which i have included is not in custom android.jar. Please tell me where to define that package so that it will come in custom android.jar. Thanks, Arun Singh -- You received this message be