Cipher.so icon indicating copy to clipboard operation
Cipher.so copied to clipboard

External build files / force resync

Open usernotnull opened this issue 6 years ago • 10 comments

The moment i implemented this library, I always keep getting the message:

External build files have changed since last project sync. A project sync may be necessary for the IDE to work properly.

I pressed "Sync Now" but after each resync, the message comes back. Same if i do a project Rebuilt, the message doesn't go away.

Any idea how to solve this? thanks

usernotnull avatar Feb 24 '18 18:02 usernotnull

I'm having the same issue.

krokyze avatar Feb 25 '18 14:02 krokyze

I have the same issue.

jrcacd avatar Mar 06 '18 09:03 jrcacd

+1

palorotolo avatar Mar 07 '18 02:03 palorotolo

+1

itcherry avatar Mar 14 '18 09:03 itcherry

+1

demogorgorn avatar Mar 30 '18 16:03 demogorgorn

I have the same issue.

@MEiDIK BTW, if I run clean I'm getting the next error:

More than one externalNativeBuild path specified

I use ndkBuild for the project (not cmake that Cipher plugin uses).

externalNativeBuild {
    ndkBuild {
      path 'src/main/jni/Android.mk'
    }
  }

If I comment the code block above projects syncs fine and builds the .so lib correctly.

ValeryP avatar Apr 09 '18 10:04 ValeryP

@ValeryP cipher.so does not support ndkbuild

linisme avatar Apr 09 '18 10:04 linisme

Have the same issue. I have noticed that on computer with SSD drive there is no that problem, but on computer with HDD - there is problem.

For today I stopped using this lib because of this problem :(

demogorgorn avatar Apr 12 '18 08:04 demogorgorn

+1

rizmaulana avatar Sep 14 '18 02:09 rizmaulana

Have the same issue. I have noticed that on computer with SSD drive there is no that problem, but on computer with HDD - there is problem.

For today I stopped using this lib because of this problem :(

I already use SSD and still get this error message

rizmaulana avatar Sep 14 '18 02:09 rizmaulana