-
Notifications
You must be signed in to change notification settings - Fork 437
Limitation should be noted! #41
Comments
Eclipse throws a compile error if you set minSdkVersion < Library's minSdkVersion. |
i don't get any compiler errors, but the following code doesn't seem to package com.example.test; import android.os.Bundle; import us.costan.chrome.ChromeView; public class MainActivity extends Activity {
present. } On Mon, Dec 2, 2013 at 7:34 AM, HackerK [email protected] wrote:
|
Ah.. I use eclipse kepler and ADT 22.3. And You MUST ChromeView.initialize(this); at application, not activity. |
It's also not working for Android 4.4 and above. This should be noted too, as it cost me quite some time finding this. |
It would be great if it was made clear on the main page that this will not work on Android 3.x or below!
It would have saved me a lot of time trying to figure out why the application never started properly and crashed.
The text was updated successfully, but these errors were encountered: