AAPT2 compile failed: invalid dimen on Android 3.0 Canary 1

后端 未结 7 1134
后悔当初
后悔当初 2020-12-04 08:37

I am playing around with Instant Apps for Android.I installed all the correct packages and tired to create new Application with Instant App support (checked the box for Inst

7条回答
  •  猫巷女王i
    2020-12-04 09:08

    Required libraries for 64-bit machines:

    If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command:

    sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
    

    If you are running 64-bit Fedora, the command is:

    sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
    

提交回复
热议问题