Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Jul 25, 2016

ODroid c2 LibreElec

Hi All,

I bought the Odroid c2, wonderful piece of electronic. I bought it with ubuntu.
But once it came and after it requested to update and upgrade --> nothing works.
Then i tried manualy to install the ubuntu again it requested updates --> nothing works.
Then i tried the parallel version to the open elec i have on my pi 2, named also as Libre Elec.
This works good.


Dor

Nov 23, 2010

WARNING: Application does not specify an API level requirement!

Using Eclipse 3.6, My application is for Froyo and according to this link (click here) i need 8 as the minimum sdk version number.
Add this tag below to your manifest file, usually named like "AndroidManifest.xml"
<uses-sdk android:minSdkVersion="8" />