Android ARToolKit: How Do I Update NFT Reference Images?

Updated ARToolKit NFT sample marker with a custom file but the app still picks the old image. Try this marker:

#1 marker
./AssetsNFT/newRef
NFT
FILTER 10

Ideas?

hey, i was checking out ur issue and it kinda reminded me of something similar i had with asset caching. sometimes it seems that even though u update the marker, the app still holds onto the old cached file and uses that instead. did u ever try deleting the old asset from the build completely and doing a full clean build before adding in the new file? i’ve seen that do the trick in a couple of cases

also, is it possble that there’s another reference or config that still points to the old marker file? i remember running into that problem and fixing it by searchin through the project for any lingering references.

what do u think, has anyone else bumped into something like this? would love to hear if theres some hidden gotcha or workaround i haven’t thought of yet

hey, i ran into this too. try renaming the new file so it doesn’t clash with old references and make sure to clear any cached data before building again. sometimes its just a caching issue hanging around.