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
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
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.
Bent
December 16, 2016, 10:03am
32
Please create new threads for different issues, otherwise, it’s hard to keep track of them and link our internal tracker issues to them