Skip to content

app:transformDexArchiveWithExternalLibsDexMergerForDebug

hi guys i get this error when i try to run my app Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’. com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex i don’t know why! I tried also to clean and rebuild project but i get alway…

Android Studio 3.0.1 gradle build pkix pathbuilding failed

I have created a new project in android studio 3.0.1 setup the proxy settings of company and added the self sighned certificate unser server sertificates. When I try to build the following error is listed and the build fails. Error: Could somebody help me? Answer Solved this by adding the self signed certific…

Login Page will not open profile activity

After a user registers in the signup activity page I want them to be able to press the login button in the login page and then for the app to go to a profile activity page. However, the app crashes after typing in the username and password and pressing the login button in the login page. Here is the sets

Add exact distance to GPS coordinates

I want to be able to add an exact distance to some GPS coordinates. I have a longitude and a latitude and I want to add a distance, let’s say 30 meters. I found below formula but when I test it, it does not seem to be that accurate because the resulting long and lat are 37m away from the

Making a search bar in javafx

I have a code written using javafx that creates a tableview and then inserts the data given in another file. Im trying to implement a search bar. I want to be able to search the table in the gui and have the matches show up. Any direction? Edit: i understand this question was broad, i wasn’t expecting a…