supportv4.jar was not found

Hi Emil,

I reinstalled the sdk using fuse install android command but still it’s not adding the support lib, please see the following:

bash-3.2$ ls /Users/unnikrishnan.b/Library/Android/sdk/extras/android/

m2repository

Also getting the same error on build.

Thanks.

You are sure you are verifying the right SDK, since fuse install android will by default install itself to ~/Library/Application Support/Fusetools/Fuse/Android/AndroidSDK

Hi Emil,

For me it is installing in /Users/unnikrishnan.b/Library/Android. Please see the following:

bash-3.2$ fuse install android

Fuse 0.31.0 (build 8955)# Starting JDK installer

Verifies that Java Development Kit is installed and valid.

Checking if JDK is corrupt

Java Development Kit was found here '/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk'

\# Done installing JDK

\# Starting AndroidSDK installer

Verifies that Android SDK is installed and valid.

Checking if /Users/unnikrishnan.b/Library/Android/sdk exists.

/Users/unnikrishnan.b/Library/Android/sdk was not found.

Couldn't find Android SDK

If you have an existing Android SDK, please specify its path here. If not, just press Enter to continue.:

And it is getting installed in /Users/unnikrishnan.b/Library/Android/sdk

Thanks.

I see, could you try to run /Users/unnikrishnan.b/Library/Android/sdk/android update sdk -s -u -a -t extra-android-support

Hi Emil,

I am getting the following error:

bash-3.2$ /Users/unnikrishnan.b/Library/Android/sdk/tools/android update sdk -s -u -a -t extra-android-support

Refresh Sources:
Fetching http://dl.google.com/android/repository/addons_list-2.xml
Validate XML
Parse XML
Fetched Add-ons List successfully
Refresh Sources
Fetching URL: http://dl.google.com/android/repository/repository-10.xml
Validate XML: http://dl.google.com/android/repository/repository-10.xml
Parse XML: http://dl.google.com/android/repository/repository-10.xml
Fetching URL: http://dl.google.com/android/repository/addon.xml
Validate XML: http://dl.google.com/android/repository/addon.xml
Parse XML: http://dl.google.com/android/repository/addon.xml
Fetching URL: http://dl.google.com/android/repository/glass/addon.xml
Validate XML: http://dl.google.com/android/repository/glass/addon.xml
Parse XML: http://dl.google.com/android/repository/glass/addon.xml
Fetching URL: http://dl.google.com/android/repository/extras/intel/addon.xml
Validate XML: http://dl.google.com/android/repository/extras/intel/addon.xml
Parse XML: http://dl.google.com/android/repository/extras/intel/addon.xml
Fetching URL: http://dl.google.com/android/repository/sys-img/android/sys-img.xml
Validate XML: http://dl.google.com/android/repository/sys-img/android/sys-img.xml
Parse XML: http://dl.google.com/android/repository/sys-img/android/sys-img.xml
Fetching URL: http://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Validate XML: http://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Parse XML: http://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Fetching URL: http://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Validate XML: http://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Parse XML: http://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Fetching URL: http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml
Validate XML: http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml
Parse XML: http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml

Error: Ignoring unknown package filter 'extra-android-support'

Warning: The package filter removed all packages. There is nothing to install.

Please consider trying to update again without a package filter.

Thanks.

Okey, this is really bad. Looks like Google have removed that package from their repository (in favor of gradle builds). We support gradle too, by running fuse preview -t=android -DGRADLE, which can be used as a workaround for now.

Hi,

I’m in the project folder containing .unoproj file but getting the following error:

bash-3.2$ fuse preview -t=android -DGRADLE

Fuse 0.31.0 (build 8955)

fuse: Could not find a fuse project to preview

Please advice.

Thanks.

Also thank you for your patience :slight_smile:

Yeah, forgot that our command line parsing is a bit bad in this case. You have to write fuse preview -t=android [YourProject] -DGRADLE.

Hi Emil,

Thanks very much! I will update the progress here

Thanks,
Unnikrishnan B.

Hi Emil,

Still I’m facing some issues

AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

could you please look into it?

Thanks.

Please create new threads for different issues, otherwise, it’s hard to keep track of them and link our internal tracker issues to them :slight_smile:

Hi Bent,

I have created a new thread here: https://www.fusetools.com/community/forums/bug_reports/error_on_building_for_android_aapt_error_retrievin

Thanks.