Deactivate Debugging in fuse?

Hi all!
I’m trying to export my app to upload it to Google Store, do release but I get my APK with -debug sign, so I can’t upload in in google. I already create my release.keystore before I done Release, but google says that the app is debuged. How can i Deactivate Debugging in Fuse?

Thanks

Hi!

Build with --configuration=Release

https://www.fusetools.com/docs/basics/preview-and-export#android

Anders Lassen wrote:

Hi!

Build with --configuration=Release

Fuse

I build with “uno build --target=Android --configuration=Release”, but I still have -debug.apk version on end…

Anders Lassen wrote:

Hi!

Build with --configuration=Release

Fuse

no, even with “fuse build --target=Android --configuration=Release” it’s build a debug version…

No solutions for this issue? :frowning:

That’s odd, what directories do you have in <your-project>/build/Android/?

Chris Bagley wrote:

That’s odd, what directories do you have in <your-project>/build/Android/?

Dear tech support, please help me to solve the current issue.

As the documentation Anders linked to says:

to export your app to the Google Play Store, you need to sign it first

Once you have followed the steps in the above link then the app gets built & signed properly for app store deployment.

Remi Pedersen wrote:

As the documentation Anders linked to says:

to export your app to the Google Play Store, you need to sign it first

Once you have followed the steps in the above link then the app gets built & signed properly for app store deployment.

The app was already signed, before I build it. But still having debug sign.

What do you mean by “The app was already signed, before I build it.” ?

If you do not follow the steps here then the app will just be signed with a debug key.

If you instead follow the instructions then you should get the proper release signing. :slight_smile:

Remi Pedersen wrote:

What do you mean by “The app was already signed, before I build it.” ?

If you do not follow the steps here then the app will just be signed with a debug key.

If you instead follow the instructions then you should get the proper release signing. :slight_smile:

-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating Owlzoom-release-unsigned.apk for release…

-post-package:

-release-prompt-for-password:

-release-nosign:

-release-sign:
[echo] Signing final apk…
(unknown): E0200: Android build failed
(33.3s)

Build completed in 41.34 seconds
1 error

Can you please re-run your build with -v and paste the full output? That should hopefully give some more details.

Remi Pedersen wrote:

Can you please re-run your build with -v and paste the full output? That should hopefully give some more details.

  1. I added to .unoproj following:
    “Android”:{
    “Key”: {
    “Alias”: “Owlzoom”,
    “AliasPassword”: “…”,
    “Store”: “release.keystore”,
    “StorePassword”: “…”
    },
  2. I used the “keytool -genkey -v -keystore release.keystore -alias application -keyalg RSA -keysize 2048 -validity 10000” command in terminal.
  3. I start build the app with “fuse build --target=Android --configuration=Release”
Uno 0.40.2 (build 3994) OS X 10.12 i386 5e10813

Configuring
Project file: fu.unoproj
Search paths: /Applications/Fuse.app/Contents/Packages, /usr/local/share/uno/Packages, /Applications/Packages, /Applications/Fuse.app/Contents/lib
Packages:     UnoCore (0.40.2), Fuse.Designer (0.40.8), Fuse.Platform (0.40.8), Uno.Collections (0.40.0), Uno.Geometry (0.40.0), Uno.Net.Sockets (0.40.2), Uno.Threading (0.40.2), FuseCore (0.40.8), Fuse.Motion (0.40.8), Fuse.Animations (0.40.8), Fuse.Drawing (0.40.8), Fuse.Drawing.Planar (0.40.8), Uno.Net.Http (0.40.2), Experimental.Http (0.40.8), Experimental.TextureLoader (0.40.0), Fuse.Scripting (0.40.8), Fuse.Triggers (0.40.8), Fuse.Elements (0.40.8), Fuse.Controls.Native (0.40.8), Fuse.Drawing.Batching (0.40.8), Fuse.Drawing.Meshes (0.40.8), Fuse.Drawing.Primitives (0.40.8), Fuse.Drawing.Polygons (0.40.8), Fuse.Drawing.Paths (0.40.8), Fuse.Entities (0.40.8), Fuse.Gestures (0.40.8), Uno.Data.Json (0.40.0), Fuse.Navigation (0.40.8), Fuse.Scripting.Duktape (0.40.8), Fuse.Scripting.JavaScriptCore (0.40.8), Fuse.Scripting.Jurassic (0.40.8), Fuse.Scripting.V8 (0.40.8), Uno.Testing (0.40.2), Fuse.Reactive (0.40.8), Fuse.Controls (0.40.8), Fuse.Controls.Panels (0.40.8), Fuse.Effects (0.40.8), Fuse.Controls.Primitives (0.40.8), Fuse.Controls.ScrollView (0.40.8), Fuse.Android (0.40.8), Fuse.Controls.Navigation (0.40.8), Fuse.Controls.Video (0.40.8), Fuse.iOS (0.40.8), Fuse.Controls.WebView (0.40.8), Fuse.Desktop (0.40.8), Fuse.FileSystem (0.40.8), Fuse.Physics (0.40.8), Fuse.Selection (0.40.8), Fuse.Storage (0.40.8), Fuse.UserEvents (0.40.8), Uno.Data.Xml (0.40.0), Fuse (0.40.8), Polyfills.Window (0.40.8), FuseJS (0.40.8), Uno.Permissions (0.40.2), Fuse.Launcher (0.40.8), fu (1.0)
Output dir:   build/Android/Release
(1,945.98 ms)

Compiling syntax tree (1,272.76 ms)
Generating code and data
* 49 namespaces stripped.
* 772 types stripped.
* 1516 fields stripped.
* 8326 functions stripped.
* 633 classes sealed.
* 1230 functions sealed.
* 66 functions stripped from vtable.
(unknown): W0000: 'SplitAndJoin()' is deprecated -- replace with 'Join()'
(4,944.53 ms)

Building Android app
1/2: libOwlzoom.so
_root.AndroidExit.cpp
_root.BackButton.cpp
_root.ButtonLike.cpp
_root.CameraModelChoosing.cpp
_root.CameraModelChoosing.Template.cpp
_root.CameraModelChoosing.Template1.cpp
_root.CameraModelChoosingCanon.cpp
_root.CameraModelChoosingNikon.cpp
_root.CapabilityIcon.cpp
_root.CapabilityIconHelp.cpp
_root.CapabilityStatus.cpp
_root.CapabilityStatusCanon.cpp
_root.CapabilityStatusNikon.cpp
_root.fu_BackButton_IconFile_Property.cpp
_root.fu_bundle.cpp
_root.fu_CameraModelChoosing_BackIconFile_Property.cpp
_root.fu_CameraModelChoosing_TitleBackgroundColor_Property.cpp
_root.fu_CameraModelChoosing_TitleBackgroundFile_Property.cpp
_root.fu_CameraModelChoosing_TitleColor_Property.cpp
_root.fu_CameraModelChoosingCanon_TitleBackgroundColor_Property.cpp
_root.fu_CameraModelChoosingCanon_TitleColor_Property.cpp
_root.fu_CameraModelChoosingNikon_TitleBackgroundColor_Property.cpp
_root.fu_CameraModelChoosingNikon_TitleColor_Property.cpp
_root.fu_CapabilityIcon_File_Property.cpp
_root.fu_CapabilityStatus_BackIconFile_Property.cpp
_root.fu_CapabilityStatus_TitleBackgroundColor_Property.cpp
_root.fu_CapabilityStatus_TitleBackgroundFile_Property.cpp
_root.fu_CapabilityStatus_TitleColor_Property.cpp
_root.fu_CapabilityStatusCanon_StripeColor_Property.cpp
_root.fu_CapabilityStatusCanon_TitleBackgroundColor_Property.cpp
_root.fu_CapabilityStatusCanon_TitleColor_Property.cpp
_root.fu_CapabilityStatusNikon_StripeColor_Property.cpp
_root.fu_CapabilityStatusNikon_TitleBackgroundColor_Property.cpp
_root.fu_CapabilityStatusNikon_TitleColor_Property.cpp
_root.fu_FuseControlsGrid_Background_Property.cpp
_root.fu_FuseControlsImage_File_Property.cpp
_root.fu_FuseControlsPanel_Background_Property.cpp
_root.fu_FuseControlsRectangle_Fill_Property.cpp
_root.fu_FuseReactiveEach_Items_Property.cpp
_root.fu_Label21_Color_Property.cpp
_root.fu_Label22_Value_Property.cpp
_root.fu_Label61_Color_Property.cpp
_root.fu_Label61_Value_Property.cpp
_root.fu_Label62_Value_Property.cpp
_root.fu_Label81_Color_Property.cpp
_root.fu_Label82_Value_Property.cpp
_root.fu_Label831_Color_Property.cpp
_root.fu_Label832_Color_Property.cpp
_root.fu_Label833_Color_Property.cpp
_root.fu_Label834_Color_Property.cpp
_root.fu_Label84N_Value_Property.cpp
_root.fu_LensChoosing_BackIconFile_Property.cpp
_root.fu_LensChoosing_TitleBackgroundColor_Property.cpp
_root.fu_LensChoosing_TitleBackgroundFile_Property.cpp
_root.fu_LensChoosing_TitleColor_Property.cpp
_root.fu_LensChoosingCanon_TitleBackgroundColor_Property.cpp
_root.fu_LensChoosingCanon_TitleColor_Property.cpp
_root.fu_LensChoosingNikon_TitleBackgroundColor_Property.cpp
_root.fu_LensChoosingNikon_TitleColor_Property.cpp
_root.fu_LensType_ManufacturerIconFile_Property.cpp
_root.fu_LensType_ManufacturerRightArrow_Property.cpp
_root.fu_MenuItem_ManufacturerRightArrow_Property.cpp
_root.fu_RightArrow_File_Property.cpp
_root.g.cpp
_root.Label11.cpp
_root.Label12.cpp
_root.Label13.cpp
_root.Label21.cpp
_root.Label22.cpp
_root.Label41.cpp
_root.Label42.cpp
_root.Label43.cpp
_root.Label44.cpp
_root.Label61.cpp
_root.Label62.cpp
_root.Label81.cpp
_root.Label82.cpp
_root.Label831.cpp
_root.Label832.cpp
_root.Label833.cpp
_root.Label834.cpp
_root.Label841.cpp
_root.Label842.cpp
_root.Label843.cpp
_root.Label844.cpp
_root.Label84N.cpp
_root.Label8511.cpp
_root.Label8512.cpp
_root.Label8521.cpp
_root.Label8522.cpp
_root.Label8531.cpp
_root.LensChoosing.cpp
_root.LensChoosing.Template.cpp
_root.LensChoosing.Template1.cpp
_root.LensChoosingCanon.cpp
_root.LensChoosingNikon.cpp
_root.LensIcon.cpp
_root.LensType.cpp
_root.LensType.Template.cpp
_root.LensType.Template1.cpp
_root.LensType.Template2.cpp
_root.LensTypeCanon.cpp
_root.LensTypeNikon.cpp
_root.MainView.cpp
_root.MainView.Template.cpp
_root.MainView.Template1.cpp
_root.MainView.Template2.cpp
_root.MainView.Template3.cpp
_root.MainView.Template4.cpp
_root.MainView.Template5.cpp
_root.MainView.Template6.cpp
_root.MainView.Template7.cpp
_root.MainView.Template8.cpp
_root.Manufactures.cpp
_root.MenuItem.cpp
_root.MenuItem.Template.cpp
_root.RightArrow.cpp
_root.ScaleWhenPressed.cpp
Android.Base.g.cpp
Android.Base.Primitives.g.cpp
Android.Base.Types.g.cpp
Android.Base.Wrappers.g.cpp
Android.com.fuse.ExperimentalHttp.g.cpp
Android.g.cpp
BootstrapperImpl_Android.cpp
Experimental.Cache.g.cpp
Experimental.Http.g.cpp
Experimental.Http.Internal.g.cpp
Experimental.TextureLoader.g.cpp
Fuse.Android.Controls.g.cpp
Fuse.Android.Controls.WebViewUtils.g.cpp
Fuse.Android.g.cpp
Fuse.Animations.g.cpp
Fuse.Controls.g.cpp
Fuse.Controls.Graphics.g.cpp
Fuse.Controls.Native.Android.g.cpp
Fuse.Controls.Native.g.cpp
Fuse.Controls.Native.iOS.g.cpp
Fuse.Controls.NavigationControlBit.g.cpp
Fuse.Controls.VideoImpl.Android.g.cpp
Fuse.Controls.VideoImpl.g.cpp
Fuse.Drawing.Batching.g.cpp
Fuse.Drawing.g.cpp
Fuse.Drawing.Internal.g.cpp
Fuse.Drawing.Primitives.g.cpp
Fuse.Effects.g.cpp
Fuse.Elements.g.cpp
Fuse.Elements.Internal.g.cpp
Fuse.Entities.g.cpp
Fuse.FileSystem.g.cpp
Fuse.g.cpp
Fuse.Gestures.g.cpp
Fuse.Gestures.Internal.g.cpp
Fuse.Input.g.cpp
Fuse.Internal.Drawing.g.cpp
Fuse.Internal.g.cpp
Fuse.iOS.g.cpp
Fuse.Layouts.g.cpp
Fuse.Motion.g.cpp
Fuse.Motion.Simulation.g.cpp
Fuse.Navigation.g.cpp
Fuse.Platform.g.cpp
Fuse.Preview.g.cpp
Fuse.Reactive.FuseJS.g.cpp
Fuse.Reactive.g.cpp
Fuse.Resources.g.cpp
Fuse.Scripting.g.cpp
Fuse.Scripting.V8.g.cpp
Fuse.Scripting.V8.Simple.g.cpp
Fuse.Selection.g.cpp
Fuse.Storage.g.cpp
Fuse.Triggers.Actions.g.cpp
Fuse.Triggers.g.cpp
FuseJS.g.cpp
Java.g.cpp
OpenGL.g.cpp
Polyfills.Window.g.cpp
Uno.Collections.g.cpp
Uno.Compiler.ExportTargetInterop.Foreign.Android.g.cpp
Uno.Content.Models.g.cpp
Uno.Diagnostics.g.cpp
Uno.g.cpp
Uno.Geometry.g.cpp
Uno.Graphics.g.cpp
Uno.IO.g.cpp
Uno.Net.g.cpp
Uno.Net.Http.g.cpp
Uno.Net.Http.Implementation.g.cpp
Uno.Net.Sockets.g.cpp
Uno.Permissions.g.cpp
Uno.Permissions.Internal.g.cpp
Uno.Platform.g.cpp
Uno.Platform.iOS.g.cpp
Uno.Platform2.g.cpp
Uno.Runtime.Implementation.g.cpp
Uno.Runtime.Implementation.Internal.g.cpp
Uno.Runtime.Implementation.ShaderBackends.OpenGL.g.cpp
Uno.Text.g.cpp
Uno.Threading.g.cpp
Uno.Time.Calendars.g.cpp
Uno.Time.g.cpp
Uno.Time.Text.g.cpp
Uno.UX.g.cpp
V8Proxy.cpp
Uno/_invoke.cpp
Uno/_main.cpp
Uno/Base64.cpp
Uno/JNIHelper.cpp
Uno/Memory.cpp
Uno/ObjectModel.cpp
Uno/Support.cpp
Uno/Activity/AApplication.cpp
Uno/Activity/EntryPoints.cpp
Uno/Activity/Platform2.cpp
Uno/Graphics/GLHelper.cpp

2/2: Owlzoom.apk
Buildfile: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/build.xml

-set-mode-check:

-set-release-mode:

-release-obfuscation-check:
     [echo] proguard.config is ${proguard.config}

-pre-build:

-check-env:
 [checkenv] Android SDK Tools Revision 25.2.3
 [checkenv] Installed at /Users/michi/Library/Android/sdk

-setup:
     [echo] Project Name: Owlzoom
  [gettype] Project Type: Application

-build-setup:
[getbuildtools] Using latest Build Tools: 24.0.0
     [echo] Resolving Build Target for Owlzoom...
[gettarget] Project Target:   Android 6.0
[gettarget] API level:        23
     [echo] ----------
     [echo] Creating output directories if needed...
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/rsObj
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/rsLibs
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/gen
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/classes
    [mkdir] Created dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/dexedLibs
     [echo] ----------
     [echo] Resolving Dependencies for Owlzoom...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency] 
[dependency] ------------------
     [echo] ----------
     [echo] Building Libraries with 'release'...
   [subant] No sub-builds to iterate on

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
     [echo] Handling aidl files...
     [aidl] No AIDL files to compile.
     [echo] ----------
     [echo] Handling RenderScript files...
     [echo] ----------
     [echo] Handling Resources...
     [aapt] Generating resource IDs...
     [echo] ----------
     [echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.

-pre-compile:

-compile:
    [javac] Compiling 103 source files to /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

-post-compile:

-obfuscate:

-dex:
      [dex] input: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/classes
      [dex] input: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/libs/android-support-v4.jar
      [dex] Pre-Dexing /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/libs/android-support-v4.jar -> android-support-v4-79d5c18610c1ea56814389853e30e426.jar
      [dex] Converting compiled files and external libraries into /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/classes.dex...
       [dx] Merged dex #1 (167 defs/163,6KiB)
       [dx] Merged dex #2 (1153 defs/1127,0KiB)
       [dx] Result is 1320 defs/1601,4KiB. Took 0,2s

-crunch:
   [crunch] Crunching PNG Files in source dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res
   [crunch] To destination dir: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-hdpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-hdpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-hdpi/icon.png: 102% size of source)
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-ldpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-ldpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-ldpi/icon.png: 0% size of source)
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-mdpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-mdpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-mdpi/icon.png: 0% size of source)
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-xhdpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xhdpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xhdpi/icon.png: 124% size of source)
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-xxhdpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xxhdpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xxhdpi/icon.png: 120% size of source)
   [crunch] Processing image to cache: /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/res/mipmap-xxxhdpi/icon.png => /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xxxhdpi/icon.png
   [crunch]   (processed image to cache entry /Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/bin/res/mipmap-xxxhdpi/icon.png: 107% size of source)
   [crunch] Crunched 6 PNG files to update cache

-package-resources:
     [aapt] Creating full resource package...
     [aapt] warning: overwriting '/Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/assets/af-s_nikkor_20mm_f_-cb600a63.jpg' with '/Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/assets/af-s_nikkor_20mm_f_-cb600a63.jpg'
     [aapt] warning: overwriting '/Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/assets/ef_16-35mm_f2.8l_ii-21cfa144.jpg' with '/Volumes/Volume/Work/Kenko/App/Owlzoom/fu/build/Android/Release/Owlzoom/app/src/main/assets/ef_16-35mm_f2.8l_ii-21cfa144.jpg'

-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating Owlzoom-release-unsigned.apk for release...

-post-package:

-release-prompt-for-password:

-release-nosign:

-release-sign:
     [echo] Signing final apk...

BUILD FAILED
/Users/michi/Library/Android/sdk/tools/ant/build.xml:1135: The following error occurred while executing this line:
/Users/michi/Library/Android/sdk/tools/ant/build.xml:1147: Signing key Owlzoom not found

Total time: 6 seconds
(unknown): E0200: Android build failed
(35,420.43 ms)

Build completed in 43.60 seconds
    1 warning
    1 error

fuse: Errors were encountered while building the project

What I’m doing wrong?

the .unoproj file looks as follow:
{
“RootNamespace”: “”,
“Packages”: [
“Fuse”,
“FuseJS”,
“Fuse.Launcher”
],
“Includes”: [
“MainView.ux”,
“db.js”,
“AndroidExit.uno”,
“assets/.png:Bundle",
"assets/lenses/
.jpg:Bundle”
],
“Version”: “1.0”,
“Mobile”: {
“Orientations”: “Portrait”
},
“Android”:{
“Key”: {
“Alias”: “Owlzoom”,
“AliasPassword”: “…”,
“Store”: “release.keystore”,
“StorePassword”: “…”
},
},
“Name”: “Owlzoom”,
“Icon”: “assets/icon.png”,
“Android”: {
“Icons”: {
“LDPI”: “assets/icon_wb.png”,
“MDPI”: “assets/icon_wb.png”,
“HDPI”: “assets/icon_wb.png”,
“XHDPI”: “assets/icon_wb.png”,
“XXHDPI”: “assets/icon_wb.png”,
“XXXHDPI”: “assets/icon_wb.png”
}
},
“iOS”: {
“Icons”: {
“iPhone_29_2x”: “assets/icon.png”,
“iPhone_29_3x”: “assets/icon.png”,
“iPhone_40_2x”: “assets/icon.png”,
“iPhone_40_3x”: “assets/icon.png”,
“iPhone_60_2x”: “assets/icon.png”,
“iPhone_60_3x”: “assets/icon.png”,
“iPad_29_1x”: “assets/icon.png”,
“iPad_29_2x”: “assets/icon.png”,
“iPad_40_1x”: “assets/icon.png”,
“iPad_40_2x”: “assets/icon.png”,
“iPad_76_1x”: “assets/icon.png”,
“iPad_76_2x”: “assets/icon.png”
}
}
}

The specific error is:

/Users/michi/Library/Android/sdk/tools/ant/build.xml:1135: The following error occurred while executing this line:
/Users/michi/Library/Android/sdk/tools/ant/build.xml:1147: Signing key Owlzoom not found

This implies that your keystore does not contain a key name matching the alias you’re listing.

You should probably have generated that using Owlzoom, like this:
keytool -genkey -v -keystore release.keystore -alias Owlzoom -keyalg RSA -keysize 2048 -validity 10000

Remi Pedersen wrote:

The specific error is:

/Users/michi/Library/Android/sdk/tools/ant/build.xml:1135: The following error occurred while executing this line:
/Users/michi/Library/Android/sdk/tools/ant/build.xml:1147: Signing key Owlzoom not found

This implies that your keystore does not contain a key name matching the alias you’re listing.

You should probably have generated that using Owlzoom, like this:
keytool -genkey -v -keystore release.keystore -alias Owlzoom -keyalg RSA -keysize 2048 -validity 10000

YES!))) Thanks a lot!!