[android-developers] Re: Android Studio - Picking up classes from System Classpath

2015-09-19 Thread Steven Yi
s specific to gradle and not Android Studio. Thanks, steven On Friday, September 18, 2015 at 11:20:48 AM UTC-4, Steven Yi wrote: > > Hi All, > > I've recently migrated a project from Eclipse to Android Studio (1.3.2). > The application builds correctly and runs on the device. However

[android-developers] Android Studio - Picking up classes from System Classpath

2015-09-18 Thread Steven Yi
Hi All, I've recently migrated a project from Eclipse to Android Studio (1.3.2). The application builds correctly and runs on the device. However, one thing I'm having a problem with is that the compiled application looks like it it somehow packaging into the application classes from a Jar

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-09-02 Thread Steven Yi
'setContentView' in activity? or you want to change the contentview(not first time calling setContentView) in the same activity? On 8月28日, 下午10時39分, Steven  Yi steve...@gmail.com wrote: Hi All, We are building an app and have run into this problem when the virtual keypad is up and touch

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hello, I am working on an application and have run into this problem when switching views with the virtual keyboard up. I looked and found this email that this a bug that is fixed in Donut, but is there any workaround for earlier releases since our app is targetting what everyone is currently

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hi All, We are building an app and have run into this problem when the virtual keypad is up and touch a button that ends up calling setContentView. We are targetting Cupcake since that is the current OS deployed. Are there any workarounds available? Thanks! steven On Aug 4, 4:52 pm, Romain

[android-developers] parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hi All, Apologies if this is a repost as I tried replying a couple times on the web interface to this Google Group but didn't see my reply get posted. I am part of a team building an Android app and our application is experiencing the same problem as designated in this thread: