Problem with uno build

hi ,
i got this error using uno build:

$ uno build --target=Android --configuration=Release
Uno 0.46.1 (build 4840) Windows 8.1 x64 3caace9

Configuring (14.4 s)
Compiling syntax tree (8.9 s)
Generating code and data (27.1 s)
C:\Users\Egaleme\AppData\Local\Fusetools\Packages\UnoCore\0.46.1\targets\android@(Project.Name)\app\build.gradle(1.1): FATAL E6101: Object reference not set to an instance of an object.

That’s odd, thanks for reporting.
Would you be able to upload a project that has this issue here?: https://www.dropbox.com/request/ZgndLtJQm5eGzG9cicGK

This will help us narrow this issue down much faster.

i solved the problem by adding the android buildtools version and also my cmake version in my .sdkConfig file

Also interesting :slight_smile: Would you mind pasting your working .sdkConfig here? It may help us work out what was happening

{“Android.SDK.Directory”:“C:\Users\Egaleme\AppData\Local\Fusetools\Fuse\Android\AndroidSDK”,“Android.NDK.Directory”:null,“Ant.Directory”:“C:\Users\Egaleme\AppData\Local\Fusetools\Fuse\Android\Ant”,“Java.JDK.Directory”:“C:\Program Files\Java\jdk1.8.0_91”,“Android.SDK.BuildToolsVersion”:null,“CMake”:null}

Thanks :slight_smile: that confirms something I was seeing.