Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.1.16 To fix above error in Android Studio rebuild the project from the menu using Build -> Rebuild Project.
Tag: compile
Error don’t have a product spec for: ‘cm_dogo’ when building Cyanogen Mod 12.1 for Sony Xperia ZR
Building cyanogen 12.1 for Sony Xperia ZR throws the following error (in red) when you do: $ breakfast dogo <enter> ** Don't have a product spec for: 'cm_dogo' ** Do you have the right repo manifest? This error can be overcome by: $ cd ~/android/system/.repo/manifests <enter> $ cp default.xml default.backup <enter> $ leafpad default.xml <enter> … Continue reading Error don’t have a product spec for: ‘cm_dogo’ when building Cyanogen Mod 12.1 for Sony Xperia ZR
Compile anagramarama in Fedora 17
Download the source code from the anagramarama site here. $ tar -zxvf anagramarama-src-0.4.tar.gz <enter> $ cd anagrama* <enter> $ mv makefile.linux makefile <enter> $ yum install SDL-devel SDL_mixer-devel <enter> $ make <enter> You will now see a file name ag in the folder. That is the anagramarama program. You can run it directly or login … Continue reading Compile anagramarama in Fedora 17