java - From libGDX through GitHub to another computer -


project created in libgdx on computer, chosen platforms: android , desktop. absolutely ordinary, trivial project created, nothing special. worked in intellij idea. here tree.

i placed on github. on computer tried clone project continue. , mistakes began. here screenshot

i added module, changed paths, seems correct. files classes not work , in manifest there error. apparently, manifest not in project folder, subfolder android, manifest work correctly. i'm tired of sorting out settings already. doesn't work, whatever put in android:name field.

fatal exception: main                   java.lang.runtimeexception: unable instantiate activity componentinfo{by.randomen.attempt/by.randomen.attempt.androidlauncher}: java.lang.classnotfoundexception: didn't find class "by.randomen.attempt.androidlauncher" on path: dexpathlist[[zip file "/data/app/by.randomen.attempt-2.apk"],nativelibrarydirectories=[/data/app-lib/by.randomen.attempt-2, /system/lib]]                    caused by: java.lang.classnotfoundexception: didn't find class "by.randomen.attempt.androidlauncher" on path: dexpathlist[[zip file "/data/app/by.randomen.attempt-2.apk"],nativelibrarydirectories=[/data/app-lib/by.randomen.attempt-2, /system/lib]]                       @ dalvik.system.basedexclassloader.findclass(basedexclassloader.java:53) 


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -