What is the correct way to install basic4android? - basic4android

Few questions on installing:
When installing basic4android, why is it recommended to use API 8 vs. Api 14 ?
If I install Api 8, and someone is running android 2.1,
Will they not be able to run the apk?
Would it be better just to compile a seperate version for android 2.1 by changing the jar down to Api 7?

Any API above 7 will work fine and will run on all Android devices running Android 1.6 or above.
Some users had better experience with Android 2.2 emulator (API level 8).

Related

Can Dart SDK be Installed on Windows 8

I'm wondering if Dart SDK can be installed on Windows 8 because I'm confused about the System Requirements, They said it supported on Windows 10 and Architectures x64, ia32.
So Why Flutter which includes the full Dart SDK can be installed on Windows 7 SP1, See Flutter Docs
If anyone interested, the linked Flutter Docs mention Win7 no more, and it is normal as MS doesn't officially support that any more - but that doesn't mean that a certain thing won't run on it. I have a toy machine that has 32-bit Win7, and I could install the latest Dart SDK and was able to dart run hello_world.dart, so it should work on Win8 as well - it is a different question though that which bits of the technology will crash, if they prefer >= Win10. One needs to experiment by trial-and-error...

Java Error While Running Flutter App on Emulator

After trying to run my flutter app from vs code in android emulator Nexus 5X, I am getting an error which says that I have to setup JDK and I make it's Path Variables for User section and now I am getting a tons of java errors while trying to run my flutter app. Please Help
If you want to run flutter using android java JDK and Android SDK is essential.These are main steps.
Download JAVA JDK from oracle official website and install it
according to your platform(Windows,Ubuntu,Mac,etc.).And set up JDK
too.
Download and install android studio and It will automatically set up
android sdk for our development.
Think your problem is environment path problem or missing JDK.So set up Java JDK first.

Blackberry plugin for eclipse compatible with Blackberry 10

This may be an incredibly stupid question, but I have not gotten a clear answer through google. Will the eclipse Blackberry plugin work for the new Blackberry as well as older versions? I am actually an android developer so this is quite a change for me. Any hint will be appreciated. Thanx
EDIT You can use the BlackBerry Runtime for Android apps to run Android Jelly Bean 4.2.2 (10.2) platform applications on the BlackBerry 10 OS. If you are developing for a previous version of BlackBerry 10 OS, use Android Gingerbread 2.3.3. To use the runtime, you must first repackage your Android applications to BAR file format, which is the compatible file format required for an application to run on the BlackBerry 10 OS.
Got this from here. Does this mean that I should write two apps? One for the old blackberry devices and one for the new one?
I'm not sure that the above is clear, so thought I would restate the position as I understand it:
Android applications, repackaged to run on BlackBerry devices, can be used on BB10 and PlayBook devices only. These can not be run on BBOS devices, i.e. BB 5/6/7.
The later releases of BB10, specifically 10.2+, supports Android applications developed using Jelly Bean 4.2.2.
PlayBook and previous levels of BB10, support Gingerbread 2.3.3.
So for example, my Z10, which is running BB10.1, would only be able to load repackaged Android applications developed using Gingerbread. My Curve, running OS 7.0, can't run any Android applications.

Emulator with API 15 and Android 4.0.3 shows in settings 4.0.4

I need to emulate Android device (Samsung Tab 2) with version 4.0.3, but after choosing it in Android Virtual Device Manager and running it I get info in settings that it is a 4.0.4 version.
I need to run my web app written in html5 to reproduce some bugs.
Any idea about it?
The problem is that the emulator Android versions only correspond with specific versions from each API level. 4.0.3 and 4.0.4 are both in API level 15, so the emulator is only made available for Android 4.0.4. There is no Android 4.0.3 emulator; you'd have to find the system image for that or build it yourself.

How to install android 4.0 ice cream sandwich version in eclipse?

My office system already has some Android SDK versions 1.5, 1.6, 2.1, 2.2, 2.3, 3.1, 3.2 installed into Eclipse. These versions are working fine. Now I wish to install version 4.0 but I don't know? How can I install Android 4.0 Ice Cream Sandwich into my Eclipse? I am using Ubuntu 10.04.
Also if you know how to install Android 4.0 under windows then please tell me.
You will be having an Icon in you Eclipse Bar.. That is SDK Manager.. Click on SDK Manager you will get below image :
Select on API level you want to download. Also ensure that any update is available for ANDROID SDK TOOLS and ANDROID SDK PLATFORM TOOLS , if so update it also..
In Windows, Luanch SDK Manager. It will show you Installed/Not Installed/ Updates available. Select whichever API level you want and hit Install Packages...
If you are using Eclipse, what you need to do is to run android SDK manager. A new windows pop ups. It shows all the packages available. All you need to do is to update them.
You could do the samething by browsing to where your android-sdk. Go to tools folder and run android (./android). Again SDK manager pops up with all the available packages.
You Can Download latest Version of Android SDK below link:
http://developer.android.com/sdk/index.html
It's contains android 4.0 ics sdk..!
(OR)
Open Android SDK Manager in eclipse it's shows android 4.0 sdk (or)API Level 14 shows not installed to you can download Package's for android 4.0 working..!
Thanks..!
If you are behind the proxy, go to Tools -> Options in Android SDK Manager and set the proxy setting.