Android speed movement issue

Problem: object speed is much lower in Android bundle.

local speed = -10 --Windows
local speed = -500 – Android
function update(self, dt)
local p = go.get_position()
p.y = p.y + speed * dt
end

Can it be this? Variable dt causes game to run twice as fast (DEF-3146) (SOLVED)